Skip to content

Commit a4a26b3

Browse files
committed
sync: also trigger on a push to the sync branch
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 3157c70 commit a4a26b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
workflow_dispatch:
55
schedule:
66
- cron: "2,7,12,17,22,27,32,37,42,47,52,57 * * * *"
7+
push:
8+
branches: [ sync ]
79

810
env:
911
LORE_EPOCH: 1

0 commit comments

Comments
 (0)