We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
refs/heads/master
1 parent 64931e0 commit cbe530bCopy full SHA for cbe530b
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
#
34
Publish:
35
runs-on: ubuntu-latest
36
- if: startsWith(github.ref, 'refs/tags/') || (github.ref == 'refs/heads/main') || (github.ref == 'refs/heads/master')
+ if: startsWith(github.ref, 'refs/tags/') || (github.ref == 'refs/heads/main'))
37
steps:
38
- uses: actions/checkout@v3
39
with:
0 commit comments