Skip to content

Commit ab0afb9

Browse files
committed
CI: Adjust workflow to only run once
Pull requests have the highest priority and the `main` branch is primarily for regression testing. We'll also never create a PR *from* `main`.
1 parent 5ee92d9 commit ab0afb9

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)