Skip to content

Commit

Permalink
Merge pull request #47 from open-xyz/shwetarkadam-patch-11
Browse files Browse the repository at this point in the history
Update codeql.yml
  • Loading branch information
shwetarkadam authored Aug 31, 2024
2 parents 12163c7 + 3f6d9c8 commit 859a450
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 859a450

Please sign in to comment.