From 17580da047bb69b178d0f15e14919efe73e0a7b7 Mon Sep 17 00:00:00 2001 From: Gaius Date: Thu, 13 May 2021 11:51:20 +0800 Subject: [PATCH] chore: workflows remove main-rc branch (#221) Signed-off-by: Gaius --- .github/workflows/ci.yaml | 2 -- .github/workflows/codeql-analysis.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bc1179fe0..8d39c619f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,11 +4,9 @@ on: push: branches: - main - - main-rc pull_request: branches: - main - - main-rc jobs: lint: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 47ae7fb8a..cb32074ee 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -4,11 +4,9 @@ on: push: branches: - main - - main-rc pull_request: branches: - main - - main-rc jobs: codeql-build: