Skip to content

Commit f548edb

Browse files
committed
chore(git): rename v14-alpha branch to dev
1 parent c8f32b4 commit f548edb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/benchmark.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Benchmark v14
33
on:
44
pull_request:
55
branches:
6-
- v14-alpha
6+
- dev
77
push:
88
branches:
9-
- v14-alpha
9+
- dev
1010

1111
jobs:
1212
benchmark:

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- v14-alpha
7+
- dev
88
push:
99
branches:
1010
- main
11-
- v14-alpha
11+
- dev
1212

1313
jobs:
1414
build-matrix:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release v14-alpha
1+
name: Release
22

33
on:
44
release:

0 commit comments

Comments
 (0)