diff --git a/.circleci/config.yml b/.circleci/config.yml index 653f616ad9..6222b5379a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -77,6 +77,7 @@ workflows: only: - master - v0_10 + - v0_11 - docs_deployment: # master branch only filters: branches: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e80c37525..873abc564a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,12 @@ on: branches: - master - v0_10 + - v0_11 pull_request: branches: - master - v0_10 + - v0_11 jobs: build: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9ec8264dc4..a8e9133538 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ref: [ v0_10 ] + ref: [ v0_10, v0_11 ] steps: - name: Checkout repository