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
2 changed files with 6 additions and 6 deletions
Showing only changes of commit 5df15bc219 - 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: