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 31, 2024
1 parent 12163c7 commit 3f6d9c8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ name: "CodeQL"

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

Expand Down

0 comments on commit 3f6d9c8

Please sign in to comment.