Skip to content

Commit 59d5e45

Browse files
committed
[DO NOT MERGE] Test on CI
1 parent 89b6ad3 commit 59d5e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
release:
223223
runs-on: ubuntu-latest
224224
timeout-minutes: 10
225-
if: ${{ github.ref == 'refs/heads/master' }}
225+
if: ${{ github.ref == 'refs/heads/dev-release' }}
226226
needs: [rustfmt, test, bench, dist]
227227

228228
concurrency:

0 commit comments

Comments
 (0)