Skip to content

Commit

Permalink
Add repository dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Oct 3, 2023
1 parent 4ecb0dc commit 9508d84
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 @@ -2,6 +2,9 @@ name: Update data

on:
workflow_dispatch:
repository_dispatch:
types:
- update_data
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '45 9 * * 1-5'
Expand Down

0 comments on commit 9508d84

Please sign in to comment.