File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Security Scan
22
33on :
44 push :
5- branches : [ develop, main ]
5+ branches : [main, develop ]
66 pull_request :
7- branches : [ develop, main ]
7+ branches : [main, develop ]
88 schedule :
99 # 13:44 on Saturdays
1010 - cron : ' 44 13 * * 6'
1818 strategy :
1919 fail-fast : false
2020 matrix :
21- language : [ 'javascript' ]
21+ language : ['javascript']
2222
2323 steps :
2424 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: Tests
22
33on :
44 push :
5- branches : [ main, develop ]
5+ branches : [main, develop]
66 pull_request :
7- branches : [ main, develop ]
7+ branches : [main, develop]
88 schedule :
99 # 00:00 on Saturdays
10- - cron : ' 0 0 * * SAT'
10+ - cron : ' 0 0 * * SAT'
1111 workflow_dispatch :
1212
1313jobs :
You can’t perform that action at this time.
0 commit comments