Skip to content

Commit 7e0190e

Browse files
authored
ci: update docs trigger and media upload branch from master to main (#3010) (#3015)
1 parent c335327 commit 7e0190e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Upload media files to Qiniu when they change
22
on:
33
push:
44
branches:
5-
- master
6-
- feature/v2
5+
- main
76
- release-*
87
paths:
98
- media/**

0 commit comments

Comments
 (0)