There was an error while loading. Please reload this page.
1 parent bb09895 commit f31990cCopy full SHA for f31990c
1 file changed
.github/workflows/generate-cache.yml
@@ -8,6 +8,10 @@ on:
8
# Allow manual trigger
9
workflow_dispatch:
10
11
+ # Triggered by another repository (trease-backend)
12
+ repository_dispatch:
13
+ types: [trigger-cache-generation]
14
+
15
# Also run on push to main branch
16
push:
17
branches:
0 commit comments