Update build-deploy-prod.yml
This commit is contained in:
parent
68d71d4ea3
commit
021134bc12
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-deploy-prod.yml
vendored
2
.github/workflows/build-deploy-prod.yml
vendored
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue