Skip to content

Commit 9c93982

Browse files
Try to run CI for all branches
1 parent f7cfbeb commit 9c93982

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: **
66
pull_request:
77
types:
88
- synchronize
99
- ready_for_review
10-
1110

1211
permissions:
1312
id-token: write

0 commit comments

Comments
 (0)