0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-11-17 12:51:33 -05:00

Only verify signature on push to master branch

This commit is contained in:
Adrian Dvergsdal 2020-07-17 02:11:57 +02:00
parent 6e68b54efa
commit 45920988a9
No known key found for this signature in database
GPG key ID: C1E9E2D9552A42D2

View file

@ -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