From 9105fd1e463d434eb7c3b139a794051150ceedde Mon Sep 17 00:00:00 2001 From: Julia Silge Date: Fri, 25 Oct 2024 14:46:15 -0600 Subject: [PATCH] Fix the `path` in GH action to build extension --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: