From aba1e3f013f5d13308175e6066f017a1473a1d95 Mon Sep 17 00:00:00 2001 From: janrywang Date: Tue, 21 Sep 2021 22:03:35 +0800 Subject: [PATCH] chore(workflow): update ci actions --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6621f53a93c..5fe905adaaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: Node CI on: + push: + branches: + - formily_next pull_request: branches: - formily_next @@ -8,6 +11,7 @@ on: jobs: build: runs-on: ${{ matrix.os }} + if: contains(github.event.head_commit.message, 'chore(versions)') == false strategy: matrix: node_version: [10.x, 11.x]