Skip to content

Commit 828541f

Browse files
authored
Update sync-fork.yml
1 parent 0691d39 commit 828541f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sync-fork.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Sync Fork with Upstream
2+
# Default branch set to winget-release-workflow rather than master so action can run, and changes only occur in that branch so master is synced.
23

34
on:
45
schedule:
5-
- cron: '0/10 * * * *' # daily at 03:00 UTC
6+
- cron: '5/10 * * * *' # daily at 03:00 UTC
67
workflow_dispatch:
78

89
jobs:

0 commit comments

Comments
 (0)