Skip to content

Commit bce4ded

Browse files
authored
ci: run integration test on main (#385)
1 parent 45b2e31 commit bce4ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
cli-integration-test:
1212
name: CLI Integration Tests
1313
# Note: `prepare-release.yaml` sets this commit message
14-
if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' }}
14+
if: ${{ contains(github.event.pull_request.title, 'release CLI') || github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}
1515

1616
runs-on: ${{ matrix.os }}
1717
strategy:

0 commit comments

Comments
 (0)