Skip to content

Commit 6614838

Browse files
committed
[no ci] ci: Fix
1 parent d4ac32a commit 6614838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-beta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Synchronize master to beta
22

33
on:
44
workflow_dispatch:
5-
5+
66
pull_request:
77
types: [closed]
88
branches:
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
on-pr-merged:
16-
if: github.event.pull_request.merged == true
16+
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)