Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heliomarpm committed May 4, 2024
1 parent fed2e00 commit 24a6e31
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,29 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches:
- main
- master
paths-ignore:
- "**/*.sh"
- "**/.*"
- "**/_*"
- "**/*.txt"
- "**/*.adoc"
- "**/*.md"
- ".github/**"
- "!.github/workflows/codeql.yml"

pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '21 12 * * 5'
paths-ignore:
- "**/*.sh"
- "**/.*"
- "**/_*"
- "**/*.txt"
- "**/*.adoc"
- "**/*.md"
# schedule:
# - cron: '21 12 * * 5'

jobs:
analyze:
Expand Down

0 comments on commit 24a6e31

Please sign in to comment.