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
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: tests

on:
push:
branches: [main]
# no need to run on push to main, since main is protected such that:
# - it can't be pushed to directly; changes must go through PRs
# - PRs must pass the CI
# - PRs must be rebased
# the state of main should thus always be identical to the PR being merged into it
pull_request:

jobs:
Expand Down
Loading