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 45b2e31 commit bce4dedCopy full SHA for bce4ded
.github/workflows/integration-test-cli.yaml
@@ -11,7 +11,7 @@ jobs:
11
cli-integration-test:
12
name: CLI Integration Tests
13
# Note: `prepare-release.yaml` sets this commit message
14
- if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' }}
+ if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}
15
16
runs-on: ${{ matrix.os }}
17
strategy:
0 commit comments