From d2faa51dd6c1dc02ed589da0735cf70c7bfd191f Mon Sep 17 00:00:00 2001 From: Julio Guerra Date: Mon, 30 May 2022 10:57:17 +0200 Subject: [PATCH] ci: rename v1 into main --- .circleci/config.yml | 2 +- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/system-tests.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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: