Skip to content

Commit

Permalink
CI: avoid redundant syntax tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed May 26, 2024
1 parent 52a1410 commit a03f4a7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci-syntax-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@ name: CI Syntax Tests

on:
push:
push:
- '**'
paths:
- '.github/workflows/ci-syntax-tests.yml'
- '**.sublime-syntax'
- '**/syntax_test_*'
- '**.tmPreferences'
pull_request:
branches:
- '**'
tags-ignore:
- '**'
paths:
- '.github/workflows/ci-syntax-tests.yml'
- '**.sublime-syntax'
Expand Down

0 comments on commit a03f4a7

Please sign in to comment.