Skip to content

Commit 6100efd

Browse files
committed
Build and deploy every sunday at noon UTC
1 parent 40c30bf commit 6100efd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Deploy Ruby documentation
22

33
on:
44
push:
5-
branches: ["master", "build_rails_doc"]
5+
branches: ["master", "cron"]
6+
schedule:
7+
- cron: "0 12 * * 7"
68

79
# Allows you to run this workflow manually from the Actions tab
810
workflow_dispatch:

0 commit comments

Comments
 (0)