From 7290ab27fc4802d08c1658024352165388d3f04a Mon Sep 17 00:00:00 2001 From: priv <140729444+scriptprivate@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:04:57 -0300 Subject: [PATCH] ci: remove push trigger and rename security-gate.yaml to security-gate.yml --- .github/workflows/{security-gate.yaml => security-gate.yml} | 4 ---- 1 file changed, 4 deletions(-) rename .github/workflows/{security-gate.yaml => security-gate.yml} (94%) diff --git a/.github/workflows/security-gate.yaml b/.github/workflows/security-gate.yml similarity index 94% rename from .github/workflows/security-gate.yaml rename to .github/workflows/security-gate.yml index 9c13651..1a5c5b8 100644 --- a/.github/workflows/security-gate.yaml +++ b/.github/workflows/security-gate.yml @@ -1,10 +1,6 @@ name: Security Gate - LESIS on: - push: - branches: - - main - - develop pull_request: branches: - main