Skip to content

Commit 452f56f

Browse files
authored
Merge pull request #188 from microsoft/dilan/sync-main-trigger
Adding push trigger to sync-main
2 parents 6cbc80a + 3c45925 commit 452f56f

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)