Skip to content

Commit

Permalink
add trigger for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Jun 3, 2024
1 parent 0dd56d4 commit 2b37f83
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cache_elephant_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ on:
schedule:
- cron: "0 12 * * *" # Daily at noon UTC

pull_request:
branches:
- master
types:
- opened
- reopened
- synchronize

jobs:
create-data-cache-if-missing:
name: Caching data env
Expand Down

0 comments on commit 2b37f83

Please sign in to comment.