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:
parent
6e68b54efa
commit
45920988a9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-image.yml
vendored
1
.github/workflows/docker-image.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue