fix(ci): run CI on all PRs to anywhere

fixes stacked PRs no-checks bug where
main < a < b
a merges into main
b is retargeted to main

but b doesn't run checks since it's not considered a new pr to main

now b will simply already have passing ci :)
This commit is contained in:
ethernet 2026-06-25 11:56:28 -04:00
parent d6269da7fd
commit a6a28ce3e2
2 changed files with 0 additions and 2 deletions

View file

@ -12,7 +12,6 @@ name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]

View file

@ -16,7 +16,6 @@ on:
# reports a status (path-gated workflows leave checks "pending" forever
# when no matching files change, which blocks merge).
pull_request:
branches: [main]
release:
types: [published]