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 ]