Skip to content

Commit 4e29ce0

Browse files
authored
Merge pull request #54 from progval/auto-deploy
Automatically deploy crosswalk updates to the website
2 parents 2899878 + 46ec9cb commit 4e29ce0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
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:

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
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:

0 commit comments

Comments
 (0)