Skip to content

Commit 80c5bb0

Browse files
committed
ci: Fix branch name
1 parent f6e7b01 commit 80c5bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: Publish
3232
needs: check
3333
runs-on: ubuntu-latest
34-
if: github.ref == 'refs/heads/main'
34+
if: github.ref == 'refs/heads/develop'
3535

3636
steps:
3737
- name: Checkout sources

0 commit comments

Comments
 (0)