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 44 # Runs on pushes targeting any branch and on pull requests
55 push :
66 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 * * *"
117
128 # Allows you to run this workflow manually from the Actions tab
139 workflow_dispatch :
Original file line number Diff line number Diff line change 44 # Runs on pushes targeting the default branch
55 push :
66 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 * * *"
711
812 # Allows you to run this workflow manually from the Actions tab
913 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments