Skip to content

Commit c801a0d

Browse files
authored
Fix: remove push triggers
1 parent 93e0b5e commit c801a0d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/SyntaxKit.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: SyntaxKit
22
on:
33
push:
4-
branches-ignore:
5-
- '*WIP'
4+
branches:
5+
- main
6+
tags:
7+
- 'v[0-9]*.[0-9]*.[0-9]*'
68
paths-ignore:
79
- '**.md'
810
- 'Docs/**'

0 commit comments

Comments
 (0)