Skip to content

Commit cfecf12

Browse files
authored
ci: only trigger on pushes to main branches (#158)
1 parent f2cf0c4 commit cfecf12

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
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)