We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a03c9e commit 5e680a2Copy full SHA for 5e680a2
.github/workflows/release.yml
@@ -3,8 +3,8 @@ name: release
3
on:
4
workflow_run:
5
workflows: ['test']
6
- branches: [main]
7
- types:
+ branches: [main, beta]
+ types:
8
- completed
9
10
jobs:
0 commit comments