We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac1583 commit 8fc84feCopy full SHA for 8fc84fe
.github/workflows/publish.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
publish:
8
runs-on: ubuntu-latest
9
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
10
steps:
11
- uses: actions/checkout@v4
12
with:
0 commit comments