From 98f83d93e0f0bd48918754740a6d97131dd0d4d7 Mon Sep 17 00:00:00 2001 From: guoygang <16954452+guoygang@users.noreply.github.com> Date: Tue, 14 Sep 2021 11:01:43 +0800 Subject: [PATCH] modify check branches of push and pull_request action (#18) (#19) Co-authored-by: guoyonggang --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d11706c70e..9513860091 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,14 +7,14 @@ on: - /^release-.*$/ - /^test-.*$/ - gh-master - - gh2021q3 + - gh-pre-release pull_request: branches: - master - /^release-.*$/ # - /^test-.*$/ - gh-master - - gh2021q3 + - gh-pre-release jobs: build: