From c2962e91f1913f9ca17476ecb207c4410ab61d04 Mon Sep 17 00:00:00 2001 From: rixhieloomis <104064451+rixhieloomis@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:03:33 +0530 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b97a00a..eaf6b59 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,5 @@ -on: [push] +on: + workflow_dispatch: jobs: execute-sg-cli: runs-on: ubuntu-latest @@ -11,4 +12,4 @@ jobs: uses: ./ # Uses an action in the root directory id: StackGuardian-CLI with: - operation: "--help" \ No newline at end of file + operation: "--help"