Skip to content

Commit

Permalink
Skip CodeQL job when unrelated files are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Aug 19, 2023
1 parent 18c8b04 commit a67ae22
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@ name: "CodeQL"
on:
push:
branches: [main]
paths-ignore:
- '**/*.md'
- '**/*.yml'
- '**/*.html'
- '**/*.scss'
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
paths-ignore:
- '**/*.md'
- '**/*.yml'
- '**/*.html'
- '**/*.scss'
schedule:
- cron: "28 20 * * 5"

Expand Down

0 comments on commit a67ae22

Please sign in to comment.