Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 461208a

Browse files
committed
Only sign master branch builds
1 parent c4643d2 commit 461208a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
GitHubVS_ClientSecret: ${{ secrets.GitHubVS_ClientSecret }}
5555

5656
- name: Sign the VSIX
57+
if: github.ref == 'refs/heads/master'
5758
run: tools/vsixsigntool/vsixsigntool.exe sign /f certificate.pfx /p '${{ secrets.CERTIFICATE_PASSWORD }}' /sha1 9c5a6d389e1454f2ed9ee9419cdf743689709f9c /fd sha256 /tr http://timestamp.digicert.com /td sha256 ${{ env.vsixContainer }}
5859

5960
- name: Upload VSIX artifact

0 commit comments

Comments
 (0)