Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetarkadam authored Aug 30, 2024
1 parent 85eafaf commit 81aa17c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches:
- main
- 'feature/**' # Matches any branch that starts with "feature/"
pull_request:
branches: [ "main" ]
branches:
- main
- 'feature/**' # Matches any branch that starts with "feature/"
schedule:
- cron: "*/1 * * * *" # Every 1 minute

Expand Down

0 comments on commit 81aa17c

Please sign in to comment.