rm double ci
Some checks failed
coverage / coverage (pull_request) Failing after 35s

This commit is contained in:
Clement 2024-05-04 12:09:25 +02:00
parent c238c547b8
commit 6e557f159a
2 changed files with 6 additions and 6 deletions

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: