Skip to content

Commit dfdc1ba

Browse files
authored
Merge pull request #15 from SublimeText/fix/duplicate-ci
CI: Adjust workflow to only run once
2 parents 5ee92d9 + ab0afb9 commit dfdc1ba

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@ name: CI Syntax Tests
33
on:
44
push:
55
branches:
6-
- '**'
7-
tags-ignore:
8-
- '**'
6+
- main
97
paths:
108
- '.github/workflows/ci-syntax-tests.yml'
119
- '**.sublime-syntax'
1210
- '**/syntax_test_*'
1311
pull_request:
14-
branches:
15-
- main
1612
paths:
1713
- '.github/workflows/ci-syntax-tests.yml'
1814
- '**.sublime-syntax'

0 commit comments

Comments
 (0)