From d80a4e3bd07d4451d6b37b9e32fc89e3b6f36425 Mon Sep 17 00:00:00 2001 From: Volodymyr Herashchenko Date: Mon, 7 Sep 2026 14:07:03 +0300 Subject: [PATCH] chore: fix CI to run on all pull requests to master --- .github/workflows/typescript.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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: