File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ name: asdf
33on :
44 push :
55 branches :
6- - main
6+ - master
77 pull_request :
8+ schedule :
9+ - cron : 0 0 * * 5
810
911jobs :
1012 plugin_test :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: lint
33on :
44 push :
55 branches :
6- - main
6+ - master
77 pull_request :
88
99jobs :
Original file line number Diff line number Diff line change 11name : mise
22
33on :
4- pull_request :
54 push :
5+ branches :
6+ - master
7+ pull_request :
68 schedule :
79 - cron : 0 0 * * 5
810
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ get_platform() {
4141
4242curl_opts=(-fsSL)
4343
44- if [ -n " ${GITHUB_API_TOKEN :- } " ]; then
45- curl_opts=(" ${curl_opts[@]} " -H " Authorization: token $GITHUB_API_TOKEN " )
44+ if [ -n " ${GITHUB_TOKEN :- } " ]; then
45+ curl_opts=(" ${curl_opts[@]} " -H " Authorization: token $GITHUB_TOKEN " )
4646fi
4747
4848sort_versions () {
You can’t perform that action at this time.
0 commit comments