Skip to content

Commit

Permalink
run ci on ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Feb 11, 2024
1 parent cbb8ce7 commit 6c84e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
push:
- '**'
paths:
- '.github/workflows/ci-syntax-tests.yml'
- '.github/workflows/continuous-integration.yml'
- '**.sublime-syntax'
- '**/syntax_test_*'
- '**.tmPreferences'
pull_request:
branches:
- '**'
paths:
- '.github/workflows/ci-syntax-tests.yml'
- '.github/workflows/continuous-integration.yml'
- '**.sublime-syntax'
- '**/syntax_test_*'
- '**.tmPreferences'
Expand Down

0 comments on commit 6c84e3e

Please sign in to comment.