Skip to content

Commit c7d28c2

Browse files
committed
Run CI for pull requests on all branches
1 parent aece5f7 commit c7d28c2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches:
5+
- 'master'
56
pull_request:
6-
branches: [master]
7+
types:
8+
- 'opened'
9+
- 'synchronize'
10+
- 'reopened'
711

812
permissions:
913
contents: read

0 commit comments

Comments
 (0)