feat(ci): run tests on `next` branch for cache

This commit is contained in:
Lucas Nogueira 2021-10-02 16:15:50 -03:00
parent e98c1af442
commit 28895ddc76
No known key found for this signature in database
GPG Key ID: 2714B66BCFB01F7F
4 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
push:
branches:
- dev
- next
pull_request:
paths:
- '.github/workflows/artifacts-updater.yml'

View File

@ -8,6 +8,7 @@ on:
push:
branches:
- dev
- next
pull_request:
paths:
- '.github/workflows/core-lint-fmt.yml'

View File

@ -8,6 +8,7 @@ on:
push:
branches:
- dev
- next
pull_request:
paths:
- '.github/workflows/test-bundler.yml'

View File

@ -8,6 +8,7 @@ on:
push:
branches:
- dev
- next
pull_request:
paths:
- '.github/workflows/test-core.yml'