Skip to content

Commit 0ac56e9

Browse files
author
Michael Lyons
committed
Update workflow glob for tests
Fixes #9
1 parent 91303e0 commit 0ac56e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/syntax.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
paths:
77
- '.github/workflows/syntax.yml'
88
- '**.sublime-syntax'
9-
- '**/syntax_test*'
9+
- '**/syntax_test_*'
1010
- '**.tmPreferences'
1111
pull_request:
1212
paths:
1313
- '.github/workflows/syntax.yml'
1414
- '**.sublime-syntax'
15-
- '**/syntax_test*'
15+
- '**/syntax_test_*'
1616
- '**.tmPreferences'
1717

1818
jobs:

0 commit comments

Comments
 (0)