We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cf0c4 commit cfecf12Copy full SHA for cfecf12
.github/workflows/ci.yml
@@ -2,6 +2,11 @@ name: CI
2
3
on:
4
push:
5
+ branches:
6
+ - main
7
+ - master
8
+ - next
9
+ - 'v*'
10
paths-ignore:
11
- 'docs/**'
12
- '*.md'
0 commit comments