config ci cd frontend et backend

This commit is contained in:
samyw10 2024-04-05 16:04:25 -04:00
parent 7e515504a7
commit b75b6ceb50
2 changed files with 3 additions and 8 deletions

View file

@ -2,10 +2,7 @@ name: Build and Deploy Backend
on:
push:
branches:
- pipeline
paths:
- 'server/**'
branches: [ pipeline ]
jobs:
build:

View file

@ -2,10 +2,8 @@ name: Build and Deploy Frontend
on:
push:
branches:
- pipeline
paths:
- 'client/**'
branches: [ pipeline ]
jobs:
build: