Skip to content

Commit

Permalink
Trigger a deploy every sunday
Browse files Browse the repository at this point in the history
Should keep the cache warm
  • Loading branch information
himynameisjonas committed Feb 28, 2024
1 parent 22427ea commit ceacf06
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 @@ -8,6 +8,8 @@ on:
branches: ["master"]
pull_request:
branches: ["master"]
schedule:
- cron: "17 8 * * 6"

jobs:
build:
Expand Down

0 comments on commit ceacf06

Please sign in to comment.