diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 616775e96a..ae180dd10f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,11 +13,10 @@ name: "CodeQL" on: push: - branches: [ "master" ] + branches: [ "master", "spark3.5", "spark4.0", "spark4.1" ] paths-ignore: [ "**.md" ] pull_request: - # The branches below must be a subset of the branches above - branches: [ "master" ] + branches: [ "master", "spark3.5", "spark4.0", "spark4.1" ] paths-ignore: [ "**.md" ] schedule: - cron: '17 7 * * 3'