We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f382a commit d7b935dCopy full SHA for d7b935d
1 file changed
.github/workflows/deploy-getcloser.yml
@@ -4,15 +4,15 @@ on:
4
push:
5
branches:
6
- main
7
- - deploy/getcloser-test
+ - deploy-getcloser
8
workflow_dispatch:
9
10
jobs:
11
# ========================================
12
# 🚀 Deploy GetCloser Service
13
14
deploy-prod:
15
- if: github.ref_name == 'main' || github.ref_name == 'deploy/getcloser-test'
+ if: github.ref_name == 'main' || github.ref_name == 'deploy-getcloser'
16
name: 🚀 Deploy GetCloser
17
runs-on: oracle
18
environment: getcloser
0 commit comments