Skip to content

Commit 5572d71

Browse files
committed
fix trigger event
1 parent 0d48d60 commit 5572d71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto_fetch.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: "Update external data"
33
on:
44
workflow_dispatch:
55
push:
6-
- fusion_site_ssplab
6+
branches:
7+
- fusion_site_ssplab
78
schedule:
89
- cron: '42 10 7 * *' # Runs once a month (the 7th) at 10h42 UTC to avoid GHA overload
910

0 commit comments

Comments
 (0)