Skip to content

Commit a03f4a7

Browse files
author
deathaxe
committed
CI: avoid redundant syntax tests
1 parent 52a1410 commit a03f4a7

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci-syntax-tests.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@ name: CI Syntax Tests
22

33
on:
44
push:
5-
push:
6-
- '**'
7-
paths:
8-
- '.github/workflows/ci-syntax-tests.yml'
9-
- '**.sublime-syntax'
10-
- '**/syntax_test_*'
11-
- '**.tmPreferences'
12-
pull_request:
135
branches:
146
- '**'
7+
tags-ignore:
8+
- '**'
159
paths:
1610
- '.github/workflows/ci-syntax-tests.yml'
1711
- '**.sublime-syntax'

0 commit comments

Comments
 (0)