Skip to content

Commit

Permalink
ci: add cron schedule for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
trovster committed Jun 17, 2024
1 parent 26a004c commit 7b726fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
branches:
- main
workflow_dispatch:
schedule:
- cron: "45 12-22 * 6-7 *"

jobs:
build-and-deploy:
Expand Down

0 comments on commit 7b726fa

Please sign in to comment.