Skip to content

Commit

Permalink
Merge pull request #250 from chaen/schedule_dev
Browse files Browse the repository at this point in the history
Rebuild every morning
  • Loading branch information
chrisburr authored Jun 5, 2024
2 parents 9fa76a8 + c4beff0 commit 51e0fba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Deployment
on:
push:
pull_request:
schedule:
- cron: '0 10 * * *'
workflow_dispatch:
inputs:
check-ci:
Expand Down

0 comments on commit 51e0fba

Please sign in to comment.