We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0badb81 commit 502b639Copy full SHA for 502b639
.github/workflows/cd.yml
@@ -2,6 +2,8 @@ name: Continuous Deployment
2
on:
3
push:
4
branches: [master]
5
+ schedule:
6
+ - cron: '0 0 1 DEC,MAR,JUN,SEP *'
7
workflow_dispatch:
8
jobs:
9
# Build
0 commit comments