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