Skip to content

Commit

Permalink
ci: exclude codeql on yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <asraa@google.com>
  • Loading branch information
asraa committed Oct 13, 2022
1 parent cd072cf commit 1e1e740
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ name: "CodeQL"
on:
push:
branches: [main, "*"]
paths-ignore:
- "*.yml"
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
paths-ignore:
- "*.yml"
schedule:
- cron: "21 0 * * 2"

Expand Down

0 comments on commit 1e1e740

Please sign in to comment.