Skip to content

Commit 76596ef

Browse files
committed
chore: 更新脚本
1 parent 7fc20ea commit 76596ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-build-and-sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
sign:
3232
needs: build
3333
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
34+
if: ${{ github.ref == 'refs/heads/test' }} # Only run this job on pushes to the main branch
3535
permissions:
3636
id-token: write # Required for requesting the JWT
3737

0 commit comments

Comments
 (0)