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