different job names
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
|
|
||||||
name: Build and Deploy API
|
name: Build and Deploy API
|
||||||
|
|
||||||
|
run-name: "${CI_COMMIT_REF_NAME}: Deploy API"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- feature/ci-cd
|
- feature/ci-cd
|
||||||
|
paths:
|
||||||
|
- "api/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
|
|||||||
@@ -1,11 +1,15 @@
|
|||||||
|
|
||||||
name: Build and Deploy Frontend
|
name: Build and Deploy Frontend
|
||||||
|
|
||||||
|
run-name: "${CI_COMMIT_REF_NAME}: Deploy Client"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- feature/ci-cd
|
- feature/ci-cd
|
||||||
|
paths:
|
||||||
|
- "client/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user