From 877a7e83e5e254a916b73a0fbb3823456724cf2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ari=20Perkki=C3=B6?= Date: Sun, 20 Oct 2024 18:36:45 +0300 Subject: [PATCH] ci: run integration test on main --- .github/workflows/integration-test-cli.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: