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.
2 parents 8f4538e + 45d5ad6 commit 512cfe7Copy full SHA for 512cfe7
.github/workflows/publish.yml
@@ -5,7 +5,7 @@ on:
5
- published
6
jobs:
7
publish:
8
- if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'main' }}
+ if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'master' }}
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
0 commit comments