Skip to content

Commit d709366

Browse files
ci: Run for both main & bot branches
1 parent f8dcb03 commit d709366

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/CI.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
on: [push, pull_request]
1+
on:
2+
push:
3+
branches:
4+
- main
5+
- create-pull-request/patch
6+
pull_request:
7+
branches:
8+
- main
9+
- create-pull-request/patch
210

311
name: CI
412

0 commit comments

Comments
 (0)