From c48cbb43252d94bd403559aa012c8f22eefac20e Mon Sep 17 00:00:00 2001 From: kkusala123 <104290842+kkusala123@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:38:37 +0800 Subject: [PATCH 1/3] Create main.yml --- .github/workflows/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..e0fe4868 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,12 @@ +name: debugger-action +on: + push: + branches: + - test +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Setup Debug Session + uses: csexton/debugger-action@master From 4d8f6e8dcb22016519ea827297ad98ddad1edd14 Mon Sep 17 00:00:00 2001 From: kkusala123 <104290842+kkusala123@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:40:02 +0800 Subject: [PATCH 2/3] Rename main.yml to test.yml --- .github/workflows/{main.yml => test.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{main.yml => test.yml} (100%) diff --git a/.github/workflows/main.yml b/.github/workflows/test.yml similarity index 100% rename from .github/workflows/main.yml rename to .github/workflows/test.yml From 8599fc8a695760f1481dc5986cf7b8b02588478d Mon Sep 17 00:00:00 2001 From: kkusala123 <104290842+kkusala123@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:42:30 +0800 Subject: [PATCH 3/3] Update test.yml --- .github/workflows/test.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e0fe4868..63bc0f96 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,12 +1,13 @@ + name: debugger-action -on: - push: - branches: - - test +on: + watch: + types: started jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Setup Debug Session - uses: csexton/debugger-action@master + - uses: actions/checkout@v2 + + - name: Setup Debug Session + uses: csexton/debugger-action@master