Skip to content

Commit 230e14b

Browse files
authored
Update beta.yml
1 parent 64b1019 commit 230e14b

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/beta.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Beta
1+
name: release-beta
22

33
on:
44
workflow_run:
5-
workflows: ["Test"]
5+
workflows: ["tests", "linter"]
66
types: [completed]
77
push:
88
branches: ["beta"]
@@ -14,9 +14,7 @@ permissions:
1414

1515
jobs:
1616
release:
17-
if: >
18-
github.event.workflow_run.conclusion == 'success' &&
19-
github.event.workflow_run.head_branch == 'beta'
17+
if: github.event.pull_request.merged == true
2018
runs-on: ubuntu-latest
2119
steps:
2220
- name: Checkout

0 commit comments

Comments
 (0)