Skip to content

Commit ea36170

Browse files
authored
ci: only trigger on pushes to main branches (#625)
1 parent eb347cd commit ea36170

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- main
7+
- master
8+
- next
9+
- 'v*'
510
paths-ignore:
611
- 'docs/**'
712
- '*.md'

0 commit comments

Comments
 (0)