Skip to content

Commit

Permalink
Update build_and_deploy.yml
Browse files Browse the repository at this point in the history
Add daily build at midnight.

Signed-off-by: Thibault Milan <[email protected]>
  • Loading branch information
clawfire authored Dec 14, 2023
1 parent a008df3 commit 57cd0f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: CI / CD

# Controls when the action will run.
on:

# Triggers the workflow every day to build whatever schedule post are in the queue
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 * * *'
# Triggers the workflow on push for the main branch
push:
branches: [ main ]
Expand Down

0 comments on commit 57cd0f0

Please sign in to comment.