Skip to content

Commit 45b2e31

Browse files
authored
ci: run integration test on main (#384)
1 parent 9f4bd13 commit 45b2e31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration-test-cli.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ name: CLI Integration Tests
33
on:
44
pull_request:
55
workflow_dispatch:
6+
push:
7+
branches:
8+
- main
69

710
jobs:
811
cli-integration-test:
912
name: CLI Integration Tests
1013
# Note: `prepare-release.yaml` sets this commit message
11-
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' }}
1215

1316
runs-on: ${{ matrix.os }}
1417
strategy:

0 commit comments

Comments
 (0)