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 d4ac32a commit 6614838Copy full SHA for 6614838
.github/workflows/sync-beta.yml
@@ -2,7 +2,7 @@ name: Synchronize master to beta
2
3
on:
4
workflow_dispatch:
5
-
+
6
pull_request:
7
types: [closed]
8
branches:
@@ -13,7 +13,7 @@ permissions:
13
14
jobs:
15
on-pr-merged:
16
- if: github.event.pull_request.merged == true
+ if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout
0 commit comments