Skip to content

Commit a41ef10

Browse files
committed
fix CI
1 parent eb12979 commit a41ef10

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ name: Continuous Integration
77
on:
88
push:
99
branches:
10-
- main
10+
- '**' # matches every branch
1111
pull_request:
12+
branches:
13+
- '**' # matches every branch
14+
1215

1316

1417
permissions:

0 commit comments

Comments
 (0)