From 6e557f159a545c00b5a4e7c58bfd282be2da736e Mon Sep 17 00:00:00 2001 From: Clement Date: Sat, 4 May 2024 12:09:25 +0200 Subject: [PATCH] rm double ci --- .github/workflows/build_docker_astro.yml | 6 +++--- .github/workflows/build_docker_express.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_docker_astro.yml b/.github/workflows/build_docker_astro.yml index 1aea57a..0e04a52 100644 --- a/.github/workflows/build_docker_astro.yml +++ b/.github/workflows/build_docker_astro.yml @@ -1,9 +1,9 @@ name: Build Docker Image Front # nom du workflow on: #declancheur - push: - branches: - - '*' + # push: + # branches: + # - '*' tags: - v* pull_request: diff --git a/.github/workflows/build_docker_express.yml b/.github/workflows/build_docker_express.yml index 001ff44..1626dd9 100644 --- a/.github/workflows/build_docker_express.yml +++ b/.github/workflows/build_docker_express.yml @@ -1,9 +1,9 @@ name: Build Docker Image Back # nom du workflow on: #declancheur - push: - branches: - - '*' + # push: + # branches: + # - '*' tags: - v* pull_request: