From 45920988a92f7738e29118e3e34be3d6d2bfa148 Mon Sep 17 00:00:00 2001 From: Adrian Dvergsdal Date: Fri, 17 Jul 2020 02:11:57 +0200 Subject: [PATCH] Only verify signature on push to master branch --- .github/workflows/docker-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index a2b2b7c..89a2bb5 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -17,6 +17,7 @@ jobs: submodules: true - name: Verify signature + if: github.event_name == 'push' && github.ref == 'refs/heads/master' uses: ./.github/actions/git-verify-ref - name: Run ShellCheck