Skip to content

Commit a0d417a

Browse files
authored
ci: update docs trigger and media upload branch from master to main (#3010) (#3014)
1 parent 65ca462 commit a0d417a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Trigger docs site update
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- release-*
88
- '!release-1.x'
99

.github/workflows/media.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Upload media files to Qiniu when they change
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
- release-*
77
paths:
88
- media/**

0 commit comments

Comments
 (0)