Skip to content

Commit eb76a69

Browse files
authored
ci: Run CI for stacked PRs (#12)
I'll use stacked PRs in order to make reviewing possible while still not getting blocked by waiting for an approval from a reviewer. To get this working the CI must run on PRs to other branches in addition to main
2 parents d335623 + 8761338 commit eb76a69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7-
branches: [main]
7+
branches: ['**']
8+
types: [opened, synchronize, reopened, ready_for_review]
89

910
jobs:
1011
nix-tests:

0 commit comments

Comments
 (0)