From 93b14dc8729ac629fa749afbc6c4a434202bfa92 Mon Sep 17 00:00:00 2001 From: Florian DKHISSI <30991548+kiloutyg@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:59:12 +0100 Subject: [PATCH] Update docker-publish.yml Deactivacted the action on PR to not be an annoyance till it's ready --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index e9383d0..ee26655 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -11,8 +11,8 @@ on: branches: [ "main" ] # Publish semver tags as releases. tags: [ 'v*.*.*' ] - pull_request: - branches: [ "main" ] +# pull_request: + # branches: [ "main" ] env: # Use docker.io for Docker Hub if empty