From 611dac02be482ecc762671fa34e0fbd8b20a2c85 Mon Sep 17 00:00:00 2001 From: M Rizwan Shaik Date: Fri, 28 Mar 2025 11:33:16 +0100 Subject: [PATCH] fix: Remove validation on push to main --- .github/workflows/codeql-analysis.yml | 2 -- .github/workflows/test-sample-apps.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f0f4a0f..3861957 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -12,8 +12,6 @@ name: "CodeQL" on: - push: - branches: [ main ] pull_request: # The branches below must be a subset of the branches above branches: [ main ] diff --git a/.github/workflows/test-sample-apps.yml b/.github/workflows/test-sample-apps.yml index 7fbd121..687415d 100644 --- a/.github/workflows/test-sample-apps.yml +++ b/.github/workflows/test-sample-apps.yml @@ -1,8 +1,6 @@ name: Sample apps test and update on: - push: - branches: [ main ] pull_request_target: branches: [ main ] types: [ opened, synchronize, reopened ]