Skip to content

Commit d7b935d

Browse files
committed
fix(ci): rename test branch to remove slash and avoid invalid Docker project name
1 parent c0f382a commit d7b935d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-getcloser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
push:
55
branches:
66
- main
7-
- deploy/getcloser-test
7+
- deploy-getcloser
88
workflow_dispatch:
99

1010
jobs:
1111
# ========================================
1212
# 🚀 Deploy GetCloser Service
1313
# ========================================
1414
deploy-prod:
15-
if: github.ref_name == 'main' || github.ref_name == 'deploy/getcloser-test'
15+
if: github.ref_name == 'main' || github.ref_name == 'deploy-getcloser'
1616
name: 🚀 Deploy GetCloser
1717
runs-on: oracle
1818
environment: getcloser

0 commit comments

Comments
 (0)