Skip to content

Commit 5aabbb6

Browse files
committed
Fix dev release after renaming the default branch to main
1 parent bc6f1ef commit 5aabbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
release:
232232
runs-on: ubuntu-latest
233233
timeout-minutes: 10
234-
if: ${{ github.ref == 'refs/heads/master' }}
234+
if: ${{ github.ref == 'refs/heads/main' }}
235235
needs: [rustfmt, test, bench, dist]
236236

237237
permissions:

0 commit comments

Comments
 (0)