Skip to content

Commit 329a80c

Browse files
committed
Merge branch 'per-15306/ci-pin-actions-tests-on-pr' into per-15315/vitest-event-based-tests
* per-15306/ci-pin-actions-tests-on-pr: ci: run on all pull requests, not only those targeting main
2 parents 0aec4df + f5dffbf commit 329a80c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: CI
33
on:
44
push:
55
branches: [ main ]
6+
# Run on every PR regardless of base branch so stacked PRs get CI too.
67
pull_request:
7-
branches: [ main ]
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)