Skip to content

Commit 075fbaa

Browse files
authored
Update repo-sync.yml
changed sync method
1 parent 968372a commit 075fbaa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/repo-sync.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Repo Sync
22

33
on:
4-
schedule:
5-
- cron: "*/15 * * * *" # every 15 minutes. set to whatever interval you like
4+
push:
5+
branches:
6+
- main
67

78
jobs:
89
repo-sync:

0 commit comments

Comments
 (0)