Skip to content

Commit fe79a29

Browse files
committed
Enable checks on all PR branches
1 parent 710dd19 commit fe79a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches: [ master ]
55
pull_request:
6-
branches: [ master ]
6+
branches: [ master, '*' ]
77
permissions:
88
actions: none
99
checks: none

0 commit comments

Comments
 (0)