diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9b84b6a1..f7b424e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,12 +6,12 @@ on: branches: - main paths: - - apps/vscode + - 'apps/vscode/**' pull_request: branches: - main paths: - - apps/vscode + - 'apps/vscode/**' workflow_dispatch: jobs: