From edbf8b2ed68f669d2ff37129a77943f41c6ccf7d Mon Sep 17 00:00:00 2001 From: "Marvin A. Ruder" Date: Tue, 8 Aug 2023 13:33:43 +0200 Subject: [PATCH] Remove redundant pull request trigger Signed-off-by: Marvin A. Ruder --- .github/workflows/codacy.yml | 3 --- .github/workflows/codeql.yml | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 1a1bbd938..14cd4121b 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -2,9 +2,6 @@ name: "Codacy Analysis CLI" on: push: - pull_request: - # The branches below must be a subset of the branches above - branches: [ "main" ] jobs: codacy-analysis-cli: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d7707d990..e9b721909 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,9 +2,6 @@ name: "CodeQL" on: push: - pull_request: - # The branches below must be a subset of the branches above - branches: [ "main" ] jobs: analyze: @@ -18,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'typescript' ] + language: [ 'javascript', 'typescript' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support