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.
1 parent 1ae4b2c commit 2fed0b6Copy full SHA for 2fed0b6
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ on:
19
20
jobs:
21
publish:
22
- if: ${{ github.event.ref_type == 'branch' && github.ref == 'refs/heads/master' }}
+ if: ${{ github.event.ref_type == 'branch' }}
23
runs-on: ubuntu-latest
24
permissions:
25
contents: write
0 commit comments