diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index 27d0f3b..8d5c886 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -2,18 +2,10 @@ name: VS Code extension on: push: - branches: - - master - paths: - - ./'**' - - '.github/workflows/typescript.yml' pull_request: branches: - master - paths: - - './**' - - '.github/workflows/typescript.yml' - workflow_dispatch: + - 'test-ci/**' jobs: checks: