diff --git a/.circleci/config.yml b/.circleci/config.yml index 8541db12a6..2c0c49e851 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -373,7 +373,7 @@ workflows: filters: branches: only: - - v1 + - main jobs: - test-core: matrix: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 52740fa02f..d59db1a885 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,10 +2,10 @@ name: "CodeQL" on: push: - branches: [ v1, master ] + branches: [ main, master ] pull_request: # The branches below must be a subset of the branches above - branches: [ v1 ] + branches: [ main ] jobs: analyze: diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 6015ae1ad8..c569067c2a 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -3,7 +3,7 @@ name: System Tests on: push: branches: - - v1 + - main tags: - "**" pull_request: