We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d76b81 commit 17feec7Copy full SHA for 17feec7
1 file changed
.github/workflows/main.yml
@@ -212,6 +212,7 @@ jobs:
212
runs-on: ubuntu-latest
213
name: release
214
needs: build
215
+ if: github.ref == 'refs/heads/main'
216
217
env:
218
GH_TOKEN: ${{ github.token }}
0 commit comments