Skip to content

Commit 9223f34

Browse files
committed
Limit auto publish json file types
1 parent f538929 commit 9223f34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish pre-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
branches:
77
- 'main'
88
paths:
9-
- '**.json'
9+
- '**.tmLanguage.json'
10+
- '**.language-configuration.json'
1011
- '**.ts'
1112

1213
jobs:

0 commit comments

Comments
 (0)