We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0691d39 commit 828541fCopy full SHA for 828541f
.github/workflows/sync-fork.yml
@@ -1,8 +1,9 @@
1
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.
3
4
on:
5
schedule:
- - cron: '0/10 * * * *' # daily at 03:00 UTC
6
+ - cron: '5/10 * * * *' # daily at 03:00 UTC
7
workflow_dispatch:
8
9
jobs:
0 commit comments