Skip to content

Commit 58ac747

Browse files
committed
Only run sign step on rel/* branch
1 parent f816f92 commit 58ac747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328

329329
sign:
330330
needs: [package]
331-
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/rel/') }}
331+
if: ${{ startsWith(github.ref, 'refs/heads/rel/') }}
332332
runs-on: windows-latest
333333
permissions:
334334
id-token: write # Required for requesting the JWT

0 commit comments

Comments
 (0)