From 5770cc35f44c79139c7b86811a26a36e78dd5044 Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Mon, 21 Aug 2023 14:08:58 -0700 Subject: [PATCH] Force branch to appear in UI. --- .github/workflows/attach_to_process.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/attach_to_process.yml b/.github/workflows/attach_to_process.yml index c7f53930..a0dfe821 100644 --- a/.github/workflows/attach_to_process.yml +++ b/.github/workflows/attach_to_process.yml @@ -1,7 +1,9 @@ # Used to build binaries under src/debugpy/_vendored/pydevd/pydevd_attach_to_process -name: "Build injected binaries for Attach to Process" +name: attach_to_process -on: workflow_dispatch +on: + workflow_dispatch: + push: env: PYDEVD_ATTACH_TO_PROCESS: "src/debugpy/_vendored/pydevd/pydevd_attach_to_process"