Skip to content

Commit 01c46cf

Browse files
committed
ci: fix branch name from main to master in workflow
Signed-off-by: Camber Huang <[email protected]>
1 parent c36ae65 commit 01c46cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/periodic-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Periodic updates
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66
schedule:
77
- cron: "0 0 * * *"
88
workflow_dispatch: ~

0 commit comments

Comments
 (0)