We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e0b5e commit c801a0dCopy full SHA for c801a0d
1 file changed
.github/workflows/SyntaxKit.yml
@@ -1,8 +1,10 @@
1
name: SyntaxKit
2
on:
3
push:
4
- branches-ignore:
5
- - '*WIP'
+ branches:
+ - main
6
+ tags:
7
+ - 'v[0-9]*.[0-9]*.[0-9]*'
8
paths-ignore:
9
- '**.md'
10
- 'Docs/**'
0 commit comments