Skip to content

Commit

Permalink
Deploy once per week or manually
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaloo committed May 14, 2024
1 parent 3e7227c commit 069e406
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Deploy

on:
# Run this workflow whenever a new commit is pushed to main.
push: { branches: [main] }
# Run this workflow once per day, at 10:15 UTC
schedule: [{ cron: "15 10 * * *" }]
# Run this workflow once per wek, Sundays at 10:15 UTC
schedule: [{ cron: "15 10 * * 0" }]
# Run this workflow when triggered manually in GitHub’s UI.
workflow_dispatch: {}

Expand Down

0 comments on commit 069e406

Please sign in to comment.