diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 15f9eb6..d8e84c8 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -5,9 +5,9 @@ permissions: on: push: - branches: [main] + branches: ["*"] pull_request: - branches: [main] + branches: ["*"] jobs: ci: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index be192d1..766dcba 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,9 +13,9 @@ name: "CodeQL Advanced" on: push: - branches: [ "main" ] + branches: ["*"] pull_request: - branches: [ "main" ] + branches: ["*"] schedule: - cron: '17 21 * * 3' diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index 21ad7a1..ac7c693 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -4,9 +4,9 @@ name: Check Python Minimum Version # uv run vermin --eval-annotations --backport typing --no-parse-comments . on: push: - branches: [main] + branches: ["*"] pull_request: - branches: [main] + branches: ["*"] permissions: contents: read