From f9afe4f6484fa7b100e470305775eaee03bb042b Mon Sep 17 00:00:00 2001 From: Lucas Bickel <116588+hairmare@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:00:48 +0100 Subject: [PATCH] fix(ci): make it push --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 31ac40f1..6d3cf331 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,10 +3,10 @@ name: Release on: pull_request: push: - branches: [main] - release: - types: [created] - + branches: + - main + tags: + - '*' jobs: release-container: uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.17.2