From 1d4f5f63b215da7bce5c1e81acbc1c158921e711 Mon Sep 17 00:00:00 2001 From: Giovanni Allegri Date: Fri, 6 Oct 2023 18:42:42 +0200 Subject: [PATCH] test release --- .github/workflows/postgis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/postgis.yml b/.github/workflows/postgis.yml index 3ebe455..19a6070 100644 --- a/.github/workflows/postgis.yml +++ b/.github/workflows/postgis.yml @@ -45,5 +45,5 @@ jobs: with: file: ./docker/postgis/Dockerfile context: "./docker/postgis/" - push: ${{github.event_name == 'push'}} + push: ${{github.event_name != 'pull_request'}} tags: giohappy/postgis:${{ steps.image_tag.outputs.value }}