Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 29, 2024
2 parents a8f9a58 + 67b0747 commit 5b19c08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy_app_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ on:
# Automatic re-deploy at 3:07AM every Fri
schedule:
- cron: '7 3 * * 5'
push:
branches:
- 'master'
paths:
# Only run when a relevant file is updated
- 'app/data/ww_re_estimates.csv'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 5b19c08

Please sign in to comment.