diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index efa62eb..ae17b8b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,11 +13,13 @@ name: "CodeQL" on: push: - branches: [ "main" ] + branches: + - main + - 'feature/**' # Matches any branch that starts with "feature/" pull_request: branches: [ "main" ] schedule: - - cron: '29 15 * * 4' + - cron: "*/1 * * * *" # Every 1 minute jobs: analyze: