We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2030d2c commit 0c03686Copy full SHA for 0c03686
.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