Skip to content

Commit 8250c03

Browse files
committed
Update ci.yml
1 parent 0ae9470 commit 8250c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
prepare:
1414
runs-on: ubuntu-latest
15-
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
15+
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
1616

1717
outputs:
1818
submodule-matrix: ${{ steps.discover-submodules.outputs.submodule-matrix }}

0 commit comments

Comments
 (0)