From 6481a44bf806aa2a876c67f9d948c1cd83a98053 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sun, 8 Nov 2020 21:12:55 +0100 Subject: [PATCH] workflows: proper triggers --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd26daf..6b11639 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,8 @@ name: Test Action on: push: branches: - - '*' + - master + pull_request: jobs: test: @@ -33,8 +34,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Clone repo - run: | - git clone --depth=1 ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}} + run: git clone --depth=1 ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}} - name: Test run uses: ./ with: