diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bdbea06..88a8889 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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