We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fa48c commit 4ff821cCopy full SHA for 4ff821c
.github/workflows/test.yml
@@ -1,6 +1,10 @@
1
name: Test this action
2
on:
3
push:
4
+ branches-ignore:
5
+ - v1
6
+ tags-ignore:
7
+ - '*'
8
paths-ignore:
9
- README.md
10
jobs:
0 commit comments