Skip to content

Commit 52fed7b

Browse files
committed
Rename master->3.x
1 parent 8953aa2 commit 52fed7b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@ name: Build and Deploy Snapshot
22
on:
33
push:
44
branches:
5-
- master
6-
- "3.0"
5+
- 3.x
76
- "2.19"
87
paths-ignore:
98
- "README.md"
109
- "release-notes/*"
1110
pull_request:
1211
branches:
13-
- master
14-
- "3.0"
12+
- 3.x
1513
- "2.19"
1614

1715
permissions:

0 commit comments

Comments
 (0)