diff --git a/.github/workflows/integration-test-cli.yaml b/.github/workflows/integration-test-cli.yaml index f7504105f..62b53a067 100644 --- a/.github/workflows/integration-test-cli.yaml +++ b/.github/workflows/integration-test-cli.yaml @@ -3,12 +3,15 @@ name: CLI Integration Tests on: pull_request: workflow_dispatch: + push: + branches: + - main jobs: cli-integration-test: name: CLI Integration Tests # 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' }} + if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' }} runs-on: ${{ matrix.os }} strategy: