Fix dev release after renaming the default branch to main

This commit is contained in:
bjorn3 2025-10-24 19:02:01 +00:00
parent bc6f1ef74a
commit 5aabbb6321

View file

@ -231,7 +231,7 @@ jobs:
release:
runs-on: ubuntu-latest
timeout-minutes: 10
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/main' }}
needs: [rustfmt, test, bench, dist]
permissions: