Skip to content

Commit 1a10691

Browse files
committed
ci: fix ref condition for releaser
1 parent 7fed4b7 commit 1a10691

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
release:
4545
name: release
46-
if: ${{ github.ref == 'refs/heads/master' }}
46+
if: ${{ github.ref == 'refs/heads/main' }}
4747
needs:
4848
- style
4949
- tests

0 commit comments

Comments
 (0)