From 8800d8587d19f018168e2906048ba82199d69e79 Mon Sep 17 00:00:00 2001 From: Kuitos Date: Sun, 25 Apr 2021 00:05:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20push=20action=20(#1417)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 7597192..68ced4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,12 +4,12 @@ on: pull_request: push: branches: - - $default-branch + - master - next - 1.x jobs: - ci: + check: runs-on: ubuntu-latest strategy: