We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3abd0 commit b900194Copy full SHA for b900194
1 file changed
.github/workflows/publish.yml
@@ -2,7 +2,10 @@ name: Publish
2
3
on:
4
push:
5
- branches: ['alpha', beta, main]
+ branches:
6
+ - alpha
7
+ - beta
8
+ - main
9
10
jobs:
11
publish:
0 commit comments