We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c30bf commit 9652780Copy full SHA for 9652780
.github/workflows/deploy.yml
@@ -2,7 +2,9 @@ name: Deploy Ruby documentation
2
3
on:
4
push:
5
- branches: ["master", "build_rails_doc"]
+ branches: ["master", "cron"]
6
+ schedule:
7
+ - cron: "05 17 * * *"
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
0 commit comments