Skip to content

Commit

Permalink
Adjusted publish schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-carroll committed Feb 19, 2025
1 parent d0a5914 commit 53735b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ on:
push:
branches:
- main

schedule:
- cron: '0 17 * * 6' # 9AM Pacific Time (17:00 UTC) every Saturday
- cron: '0 2 * * 4' # 6PM Pacific Time every Wednesday (2:00 UTC on Thurs)

workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 53735b5

Please sign in to comment.