We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2f233 commit aa84165Copy full SHA for aa84165
1 file changed
.github/workflows/main.yaml
@@ -1,6 +1,10 @@
1
name: Build and test
2
on:
3
push:
4
+ branches-ignore:
5
+ - master
6
+ - '2.*'
7
+ - '3.*'
8
# file paths to consider in the event. Optional; defaults to all.
9
paths:
10
- 'cmake/**'
0 commit comments