Skip to content

Commit 7206e73

Browse files
authored
fix: set correct main branch in ci.yml
1 parent 8b24de1 commit 7206e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
publish:
3131
needs: test
32-
if: ${{ !startsWith(github.event.head_commit.message, 'bump:') && github.ref == 'refs/heads/main' && github.event_name == 'push' }}
32+
if: ${{ !startsWith(github.event.head_commit.message, 'bump:') && github.ref == 'refs/heads/develop' && github.event_name == 'push' }}
3333
runs-on: ubuntu-latest
3434
name: "Bump version, create changelog and publish"
3535
steps:

0 commit comments

Comments
 (0)