Skip to content

Commit e07fe28

Browse files
committed
Trigger workflows on LSP changes
1 parent 4991516 commit e07fe28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
branches:
77
- main
88
paths:
9+
- 'apps/lsp/**'
910
- 'apps/vscode/**'
1011
pull_request:
1112
branches:
1213
- main
1314
paths:
15+
- 'apps/lsp/**'
1416
- 'apps/vscode/**'
1517
workflow_dispatch:
1618

0 commit comments

Comments
 (0)