correction nom du workflow pour le frontend

This commit is contained in:
ineszang44
2026-09-16 10:03:59 +02:00
parent b5cffbf56f
commit 61b3494d12
+2 -5
View File
@@ -1,6 +1,3 @@
# Pipeline à multiple scénarios
# pour l'environnement de dev
name: Frontend
on:
@@ -19,11 +16,11 @@ on:
push:
paths:
- "apps/frontend/**"
- ".github/workflows/dev-front-pipeline.yml"
- ".github/workflows/frontend.yml"
pull_request:
paths:
- "apps/frontend/**"
- ".github/workflows/dev-front-pipeline.yml"
- ".github/workflows/frontend.yml"
jobs: