config ci cd frontend et backend pour main

This commit is contained in:
samyw10 2024-04-05 16:19:57 -04:00
parent 330a583b1b
commit 4c72fb4a9d
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ name: CI/CD Pipeline for Backend
on:
push:
branches: [ pipeline ]
branches: [ main ]
jobs:
build_and_push_backend:

View file

@ -2,7 +2,7 @@ name: CI/CD Pipeline for Nginx Router
on:
push:
branches: [ pipeline ]
branches: [ main ]
jobs:
build_and_push_nginx:

View file

@ -2,7 +2,7 @@ name: CI/CD Pipeline for Frontend
on:
push:
branches: [ pipeline ]
branches: [ main ]
jobs:
build_and_push_frontend: