Skip to content

Commit

Permalink
fixed workflow to commit if there is a change
Browse files Browse the repository at this point in the history
  • Loading branch information
athulvis committed Dec 20, 2023
1 parent 5aacc0e commit e677e5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/daily-data-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ name: Daily Data Updater
on:
push:
branches: [ "main"]
paths: ['vaccine_data/**']
pull_request:
branches: [ "main" ]
paths: ['vaccine_data/**']

schedule:
- cron: '0 22 * * *'
Expand Down

0 comments on commit e677e5b

Please sign in to comment.