Skip to content
Open
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
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: CI
on:
push:
branches: [main]
# No branch filter: work lands through stacks of PRs that target a feature
# branch rather than main, and a base-branch filter meant none of them was
# ever built or tested here.
pull_request:
branches: [main]

jobs:
build-and-test:
Expand Down
Loading