Skip to content

Commit

Permalink
Remove redundant pull request trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin A. Ruder <[email protected]>
  • Loading branch information
marvinruder committed Aug 8, 2023
1 parent e3f8920 commit edbf8b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit edbf8b2

Please sign in to comment.