We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c3c5e commit 1513c91Copy full SHA for 1513c91
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
name: Release
2
on:
3
push:
4
- branches: [main]
+ branches: [master]
5
workflow_dispatch: # For dev publishing
6
7
concurrency: ${{ github.workflow }}-${{ github.ref }}
0 commit comments