File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
# Runs on pushes targeting any branch and on pull requests
5
5
push :
6
6
pull_request :
7
- schedule :
8
- # rebuild every day at 2:13 UTC, to apply any change to the crosswalk
9
- # table made in https://github.com/codemeta/codemeta
10
- - cron : " 13 2 * * *"
11
7
12
8
# Allows you to run this workflow manually from the Actions tab
13
9
workflow_dispatch :
Original file line number Diff line number Diff line change 4
4
# Runs on pushes targeting the default branch
5
5
push :
6
6
branches : ["master"]
7
+ schedule :
8
+ # rebuild every day at 2:13 UTC, to apply any change to the crosswalk
9
+ # table made in https://github.com/codemeta/codemeta
10
+ - cron : " 13 2 * * *"
7
11
8
12
# Allows you to run this workflow manually from the Actions tab
9
13
workflow_dispatch :
You can’t perform that action at this time.
0 commit comments