File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Daily project check
22
33on :
44 schedule :
5- # build runs everyday at 6AM UTC
6- - cron : ' 0 6 * * * '
5+ # build runs every weekday at 5AM UTC
6+ - cron : ' 0 5 * * 1-5 '
77
88jobs :
99 build :
1212
1313 strategy :
1414 matrix :
15- node-version : [10.x, 12.x]
15+ node-version : [12.x]
1616 os : [ubuntu-latest, windows-latest, macOS-latest]
1717
1818 steps :
4646 # npm i
4747 # npm run test:e2e
4848 # env:
49- # BROWSER: chrome
49+ # BROWSER: chrome
Original file line number Diff line number Diff line change @@ -2,7 +2,11 @@ name: Project check
22
33on :
44 push :
5+ branches :
6+ - master
57 pull_request :
8+ branches :
9+ - master
610
711jobs :
812 build :
1115
1216 strategy :
1317 matrix :
14- node-version : [10 .x, 12 .x]
18+ node-version : [12 .x, 14 .x]
1519 os : [ubuntu-latest, windows-latest, macOS-latest]
1620
1721 steps :
4549 # npm i
4650 # npm run test:e2e
4751 # env:
48- # BROWSER: chrome
52+ # BROWSER: chrome
You can’t perform that action at this time.
0 commit comments