This website works better with JavaScript
Home
Explore
Help
Sign In
cturan
/
vendure
mirror of
https://github.com/vendure-ecommerce/vendure
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
chore: Run tests on next branch as well as master
Michael Bromley
5 years ago
parent
7a4d046968
commit
82e63bcf91
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
.github/workflows/build_and_test.yml
+ 2
- 0
.github/workflows/build_and_test.yml
View File
@@ -4,9 +4,11 @@ on:
push:
branches:
- master
+ - next
pull_request:
branches:
- master
+ - next
env:
CI: true
node: 12.x