Skip to content

Commit

Permalink
Disable codeql scanning on pull_request event (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilapog authored Feb 14, 2024
1 parent e1177ff commit fe3eb83
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,7 @@ on:
- '**/README.md'
- '**/LICENSE'
- '.github/**'
pull_request:
branches:
- 'master'
- 'hotfix/**'
- 'release/**'
paths-ignore:
- '**/README.md'
- '**/LICENSE'
- '.github/**'

schedule:
- cron: '0 0 * * 6'

Expand Down

0 comments on commit fe3eb83

Please sign in to comment.