Skip to content

Commit 4ca5f5a

Browse files
authored
ci: only trigger on pushes to main branches (#65)
1 parent 5219310 commit 4ca5f5a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.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)