Skip to content

Commit f31990c

Browse files
committed
add repo dispatch
1 parent bb09895 commit f31990c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/generate-cache.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
# Allow manual trigger
99
workflow_dispatch:
1010

11+
# Triggered by another repository (trease-backend)
12+
repository_dispatch:
13+
types: [trigger-cache-generation]
14+
1115
# Also run on push to main branch
1216
push:
1317
branches:

0 commit comments

Comments
 (0)