Skip to content

Commit 2549e52

Browse files
authored
Fix the path in GH action to build extension (#586)
1 parent 97cc659 commit 2549e52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
branches:
77
- main
88
paths:
9-
- apps/vscode
9+
- 'apps/vscode/**'
1010
pull_request:
1111
branches:
1212
- main
1313
paths:
14-
- apps/vscode
14+
- 'apps/vscode/**'
1515
workflow_dispatch:
1616

1717
jobs:

0 commit comments

Comments
 (0)