Skip to content

Commit c6fa05d

Browse files
authored
Only gpg init for tags (#281)
Signed-off-by: Andy Goldstein <[email protected]>
1 parent 4d2fb4e commit c6fa05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: gpg init
24-
if: github.event_name != 'pull_request'
24+
if: github.ref_type == 'tag'
2525
run: .ci/gpg/create-keyring.sh
2626
env:
2727
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}

0 commit comments

Comments
 (0)