Skip to content

Commit

Permalink
Force branch to appear in UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Minaev committed Aug 21, 2023
1 parent 3671bd5 commit 5770cc3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/attach_to_process.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5770cc3

Please sign in to comment.