feat: init-express-backend #6

Merged
Clement merged 38 commits from feat--init-express-backend into master 2024-05-06 19:20:30 +00:00
14 changed files with 11450 additions and 5 deletions
Showing only changes of commit 6e557f159a - Show all commits

View File

@ -1,9 +1,9 @@
name: Build Docker Image Front # nom du workflow name: Build Docker Image Front # nom du workflow
on: #declancheur on: #declancheur
push: # push:
branches: # branches:
- '*' # - '*'
tags: tags:
- v* - v*
pull_request: pull_request:

View File

@ -1,9 +1,9 @@
name: Build Docker Image Back # nom du workflow name: Build Docker Image Back # nom du workflow
on: #declancheur on: #declancheur
push: # push:
branches: # branches:
- '*' # - '*'
tags: tags:
- v* - v*
pull_request: pull_request: