diff --git a/.github/workflows/back-dockerPush.yml b/.github/workflows/back-dockerPush.yml index ed49a0e..b7d6c5d 100644 --- a/.github/workflows/back-dockerPush.yml +++ b/.github/workflows/back-dockerPush.yml @@ -2,8 +2,8 @@ name: "[BACK] Docker push" run-name: "[BACK] DockerPush : ${{ github.actor }} push '${{ github.event.head_commit.message }}' 🚀" on: push: - paths: - - back_node/** +# paths: +# - back_node/** jobs: Check: runs-on: ubuntu-latest