Skip to content

Commit

Permalink
chore(actions): add workflow-dispatch trigger to schema sync
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Jan 18, 2025
1 parent 67d9b94 commit dca43cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-grapher-schema-to-digital-ocean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- master
paths:
- "packages/@ourworldindata/grapher/src/schema/**"
workflow_dispatch:

jobs:
upload:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dca43cb

Please sign in to comment.