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: