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.
1 parent 64b1019 commit 230e14bCopy full SHA for 230e14b
1 file changed
.github/workflows/beta.yml
@@ -1,8 +1,8 @@
1
-name: Beta
+name: release-beta
2
3
on:
4
workflow_run:
5
- workflows: ["Test"]
+ workflows: ["tests", "linter"]
6
types: [completed]
7
push:
8
branches: ["beta"]
@@ -14,9 +14,7 @@ permissions:
14
15
jobs:
16
release:
17
- if: >
18
- github.event.workflow_run.conclusion == 'success' &&
19
- github.event.workflow_run.head_branch == 'beta'
+ if: github.event.pull_request.merged == true
20
runs-on: ubuntu-latest
21
steps:
22
- name: Checkout
0 commit comments