Skip to content

Commit

Permalink
Merge pull request #38 from open-xyz/shwetarkadam-patch-8
Browse files Browse the repository at this point in the history
Update codeql.yml
  • Loading branch information
shwetarkadam authored Aug 30, 2024
2 parents 85eafaf + 81aa17c commit 0c0369b
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 0c0369b

Please sign in to comment.