Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
pull_request:
branches:
- main
# Run on merge to main so the merged result is tested, not just each PR branch
# in isolation. A PR based on stale main can merge into a combination that no
# PR run exercised; this catches that (compile/unit/build only — acceptance
# tests stay PR-gated because they hit live APIs and are slow/flaky).
push:
branches:
- main
# Allow manually triggering CI on a branch
workflow_dispatch: {}

Expand Down
Loading