Skip to content

Commit 563e8fe

Browse files
committed
remove test branch tests
1 parent 74ad26a commit 563e8fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- develop
7-
- test-build-docker
87
tags:
98
- "*"
109
workflow_dispatch:
@@ -44,9 +43,6 @@ jobs:
4443
DOCKER_IMAGE=seedplatform/bsyncr-server
4544
if [[ ${GITHUB_EVENT_NAME} == "push" ]]; then
4645
case "${GITHUB_REF}" in
47-
"refs/heads/test-build-docker")
48-
BSYNCR_TAG=${DOCKER_IMAGE}:test-build-docker
49-
;;
5046
"refs/heads/develop")
5147
BSYNCR_TAG=${DOCKER_IMAGE}:develop
5248
;;

0 commit comments

Comments
 (0)