Skip to content

Commit 3c45925

Browse files
authored
Update sync-main.yml
1 parent 6cbc80a commit 3c45925

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/sync-main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: Sync Main
22

33
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- .github/workflows/sync-main.yml
49
schedule:
5-
- cron: '55 * * * *'
10+
- cron: '55 * * * *'
611

712
jobs:
813

0 commit comments

Comments
 (0)