chore(ci): enable 2.x pr ci for hotfix (#7012)

This commit is contained in:
Xin Du (Clark) 2020-02-28 11:55:38 +00:00 committed by GitHub
parent 83856010ee
commit 5781c6e640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,13 @@ on:
pull_request:
branches:
- dev
- 2.x
- next
jobs:
setup:
runs-on: ${{ matrix.os }}
if: github.event_name == 'push' || !(github.base_ref == '2.x' && github.head_ref == 'dev')
strategy:
matrix: