mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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:
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user