Skip to content

Commit

Permalink
run CI on CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Mar 15, 2024
1 parent 1af544c commit 63345b8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/analyzer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
paths-ignore:
- '.github/**'
- '!**/analyzer_tests.yml'
- 'editors/code/**'
- '**/*.md'
pull_request:
paths-ignore:
- '.github/**'
- '!**/analyzer_tests.yml'
- 'editors/code/**'
- '**/*.md'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths-ignore:
- '.github/**'
- '!**/build_ci.yml'
- '**/test/**'
- '**/tests/**'
- '**/*.md'
Expand All @@ -12,6 +13,7 @@ on:
pull_request:
paths-ignore:
- '.github/**'
- '!**/build_ci.yml'
- '**/test/**'
- '**/tests/**'
- '**/*.md'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/install_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
paths:
- 'install.vsh'
- '**/install.vsh'
pull_request:
paths:
- 'install.vsh'
- '**/install.vsh'
- 'install_ci.yml'

jobs:
install:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_tree_sitter_v.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
paths:
- 'tree_sitter_v/**'
- '**/test_tree_sitter_v.yml'
pull_request:
paths:
- 'tree_sitter_v/**'
- '**/test_tree_sitter_v.yml'

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/vscode_extension_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
paths:
- 'editors/code/**'
- '**/vscode_extension_tests.yml'
pull_request:
paths:
- 'editors/code/**'
- '**/vscode_extension_tests.yml'

jobs:
test:
Expand Down

0 comments on commit 63345b8

Please sign in to comment.