File tree 3 files changed +12
-7
lines changed
3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Daily project check
2
2
3
3
on :
4
4
schedule :
5
- # build runs everyday at 6AM UTC
6
- - cron : ' 0 6 * * * '
5
+ # build runs every weekday at 6AM UTC
6
+ - cron : ' 0 6 * * 1-5 '
7
7
8
8
jobs :
9
9
build :
12
12
13
13
strategy :
14
14
matrix :
15
- node-version : [10.x, 12.x]
15
+ node-version : [12.x]
16
16
os : [ubuntu-latest, windows-latest, macOS-latest]
17
17
18
18
steps :
26
26
npm i
27
27
npm run release
28
28
env :
29
- CI : true
29
+ CI : true
Original file line number Diff line number Diff line change 1
1
name : Project check
2
2
3
- on :
3
+ on :
4
4
push :
5
+ branches :
6
+ - master
5
7
pull_request :
8
+ branches :
9
+ - master
6
10
7
11
jobs :
8
12
build :
11
15
12
16
strategy :
13
17
matrix :
14
- node-version : [10.x, 12.x]
18
+ node-version : [12.x]
15
19
os : [ubuntu-latest, windows-latest, macOS-latest]
16
20
17
21
steps :
25
29
npm i
26
30
npm run release
27
31
env :
28
- CI : true
32
+ CI : true
Original file line number Diff line number Diff line change 6
6
[ ![ Build] ( https://img.shields.io/github/workflow/status/coreui/coreui-vue/Project%20check?style=flat-square )] [ coreui ]
7
7
[ ![ License] ( https://img.shields.io/npm/l/@coreui/vue?style=flat-square )] [ coreui ]
8
8
[ ![ Coverage] ( https://img.shields.io/badge/test%20coverage%203.0.12%20version-100%25-yellowgreen )] [ coreui ]
9
+ ![ Daily project check] ( https://github.com/coreui/coreui-vue/workflows/Daily%20project%20check/badge.svg )
9
10
10
11
[ npm-coreui-vue ] : https://www.npmjs.com/package/@coreui/vue
11
12
[ npm-coreui-vue-badge-latest] : https://img.shields.io/npm/v/@coreui/vue/latest?style=flat-square&color=brightgreen
You can’t perform that action at this time.
0 commit comments