From f98ad90af600bbe4bde9ffa374cf18e553789c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ari=20Perkki=C3=B6?= Date: Sun, 20 Oct 2024 18:44:19 +0300 Subject: [PATCH] ci: run integration test on main --- .github/workflows/integration-test-cli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test-cli.yaml b/.github/workflows/integration-test-cli.yaml index 62b53a067..dc960dd93 100644 --- a/.github/workflows/integration-test-cli.yaml +++ b/.github/workflows/integration-test-cli.yaml @@ -11,7 +11,7 @@ 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' }} + if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' || github.event_name == 'push' }} runs-on: ${{ matrix.os }} strategy: