From 7cfc1435f620e49608acec6f42b419fdddd8aa3c Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Thu, 23 Oct 2025 07:56:38 -0300 Subject: [PATCH] SIENTIAPDE-1327 Remove push trigger from quality gate workflow to streamline execution on pull requests only --- .github/workflows/quality-gate.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 61887f6..2cdc9de 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -2,9 +2,6 @@ name: Quality gate on: - push: - branches: - - main pull_request: branches: - main