different job names

This commit is contained in:
2026-02-28 20:17:21 -06:00
parent 509f1d43b1
commit 6ffb3e2e39
2 changed files with 8 additions and 0 deletions

View File

@@ -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: