From 368801c56d713e7b938474b5452f89b92f711f1f Mon Sep 17 00:00:00 2001 From: Syeda Zainab <83520846+srzainab@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:25:08 +1100 Subject: [PATCH] add branch temporary to test endpoint --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6b2a665..ea4c94b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,7 @@ name: Publish to VS Code Marketplace on: push: - branches: [main] + branches: [main, fix/readable-stream-error] jobs: build: runs-on: ubuntu-latest