mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Update backend-deploy.yml
This commit is contained in:
parent
15b7361508
commit
d62b0dc4d0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/backend-deploy.yml
vendored
3
.github/workflows/backend-deploy.yml
vendored
|
|
@ -2,7 +2,8 @@ name: CI/CD Pipeline for Backend
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build_and_push_backend:
|
||||
|
|
|
|||
Loading…
Reference in a new issue