Skip to content

Commit eba73ba

Browse files
author
Sean Sundberg
committed
Renames v14 branch to v0.14
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent 14d8499 commit eba73ba

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- lite
1111
- v13
1212
- v14
13+
- v0.14
1314

1415
jobs:
1516
docker:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Verify and release module
44
# events but only for the master branch
55
on:
66
push:
7-
branches: [ v14 ]
7+
branches: [ v0.14 ]
88

99
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1010
jobs:

0 commit comments

Comments
 (0)