mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
chore(ci): enable 2.x pr ci for hotfix (#7012)
This commit is contained in:
parent
83856010ee
commit
5781c6e640
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -9,11 +9,13 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
- 2.x
|
||||||
- next
|
- next
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
if: github.event_name == 'push' || !(github.base_ref == '2.x' && github.head_ref == 'dev')
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user