diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fe1704ca..cf5f4c860 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ main ] + branches: [ "main", "v1.0_up-v1.6.0" ] pull_request: branches: ["**"] diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 38a659b11..4f5a74e98 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,7 +2,7 @@ name: "CodeQL" on: push: - branches: [ "main" ] + branches: [ "main", "v1.0_up-v1.6.0" ] pull_request: branches: [ "main" ] schedule: diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d4cfa94a3..9baf06497 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,7 +2,7 @@ name: Test and Coverage on: push: - branches: [ main ] + branches: [ "main", "v1.0_up-v1.6.0" ] pull_request: branches: ["**"]