From 1936de6930e65bc9e20c221212c8c9f2a0cab806 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Tue, 3 Mar 2020 19:20:29 +0000 Subject: [PATCH] chore(ci): only enable next pr ci for hotfix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e566837505..460201b093 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ on: jobs: setup: runs-on: ${{ matrix.os }} - if: github.event_name == 'push' || !(github.base_ref == '2.x' && github.head_ref == 'dev') + if: github.event_name == 'push' || !((github.base_ref == '2.x' || github.base_ref == 'next') && github.head_ref == 'dev') strategy: matrix: