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 0ae9470 commit 8250c03Copy full SHA for 8250c03
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
prepare:
14
runs-on: ubuntu-latest
15
- if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
+ 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
16
17
outputs:
18
submodule-matrix: ${{ steps.discover-submodules.outputs.submodule-matrix }}
0 commit comments