From 4b9cc7aa9a328e00704805ea7edfed1f23243861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20B=C3=A4rtschi?= Date: Sat, 22 Feb 2025 22:15:06 +0100 Subject: [PATCH] always make push --- .github/actions/docker.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/docker.yaml b/.github/actions/docker.yaml index e68147e..4e7ac75 100644 --- a/.github/actions/docker.yaml +++ b/.github/actions/docker.yaml @@ -10,8 +10,6 @@ on: - cron: '21 23 * * *' push: branches: [ "main" ] - # Publish semver tags as releases. - tags: [ 'v*.*.*' ] pull_request: branches: [ "main" ]