Skip to content

Commit

Permalink
Update update-data.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored Mar 18, 2024
1 parent cf7719e commit 9cec8f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ name: Update data
on:
schedule:
- cron: "0 3 1 * *"
workflow_dispatch:
push:
paths:
- ".github/workflows/update-data.yml"
- "config.php"
- "data.csv"
- "overpass/*"
pull_request:
paths:
- ".github/workflows/update-data.yml"
- "config.php"
- "data.csv"
- "overpass/*"

jobs:
Expand Down

0 comments on commit 9cec8f7

Please sign in to comment.