We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc20ea commit 76596efCopy full SHA for 76596ef
1 file changed
.github/workflows/gh-build-and-sign.yml
@@ -31,7 +31,7 @@ jobs:
31
sign:
32
needs: build
33
runs-on: windows-latest # Code signing must run on a Windows agent for Authenticode signing (dll/exe)
34
- if: ${{ github.ref == 'refs/heads/main' }} # Only run this job on pushes to the main branch
+ if: ${{ github.ref == 'refs/heads/test' }} # Only run this job on pushes to the main branch
35
permissions:
36
id-token: write # Required for requesting the JWT
37
0 commit comments