Skip to content

Commit 8e34f48

Browse files
author
Sean Sundberg
committed
Updates workflows from v14 branch
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent 0d73a00 commit 8e34f48

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/docker-build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
branches:
99
- master
1010
- lite
11+
- v13
12+
- v14
1113

1214
jobs:
1315
docker:
@@ -26,7 +28,7 @@ jobs:
2628
else
2729
echo "Running against branch: ${BRANCH}"
2830
TAGS="${TAG_BASE}:${BRANCH}"
29-
if [[ "${BRANCH}" == "main" ]]; then
31+
if [[ "${BRANCH}" == "v14" ]]; then
3032
TAGS="${TAGS},${TAG_BASE}:latest"
3133
fi
3234
fi

.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: [ master, lite ]
7+
branches: [ v14 ]
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)