We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fed4b7 commit 1a10691Copy full SHA for 1a10691
1 file changed
.github/workflows/workflow.yaml
@@ -43,7 +43,7 @@ jobs:
43
44
release:
45
name: release
46
- if: ${{ github.ref == 'refs/heads/master' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
47
needs:
48
- style
49
- tests
0 commit comments