Skip to content

Commit e5e6fba

Browse files
committed
Move 2.x builds to the v2 branch
1 parent a501f16 commit e5e6fba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/push-main.yaml renamed to .github/workflows/push-v2.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
name: CI Build
1+
name: "CI Build (v2)"
22
on:
33
push:
44
branches:
5-
- main
6-
- 'rel/**'
5+
- v2
76
workflow_dispatch:
87

98
jobs:

0 commit comments

Comments
 (0)