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