Skip to content

Commit

Permalink
Disable CodeQL for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
gouline committed Jul 7, 2022
1 parent f83f298 commit b03d1d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ name: "CodeQL"
on:
push:
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ "master" ]
schedule:
- cron: '38 20 * * 6'

Expand Down

0 comments on commit b03d1d3

Please sign in to comment.