Skip to content

Commit 9327d17

Browse files
committed
ci: skip push triggers for most branches
1 parent 32c4cdc commit 9327d17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: ci
22

33
on:
44
push:
5+
branches: ['main', 'rel-*', 'ci/*']
56
pull_request:
67
merge_group:
78
schedule:

0 commit comments

Comments
 (0)