From 2815cdb04ca5ce01e8c9d686d5490c695bb7dd3e Mon Sep 17 00:00:00 2001 From: Maksim Date: Mon, 22 Jan 2024 15:07:46 +0100 Subject: [PATCH] Update publish.yaml --- .github/workflows/publish.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4985eb5db..dc65f5184 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -2,12 +2,14 @@ name: Publish on: release: types: [created] + push: + tags: + - '*' + workflow_dispatch: jobs: - publish-docker: runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/') steps: - uses: actions/checkout@v4 with: @@ -28,7 +30,6 @@ jobs: publish-github: runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags/') steps: - uses: actions/checkout@v4 with: