From 0aed2068ec5e280395ad7a8a9b81750349e96e85 Mon Sep 17 00:00:00 2001 From: Stefan Zollinger Date: Fri, 12 Apr 2024 13:59:07 +0200 Subject: [PATCH] chore: test release --- .github/workflows/push.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 48c11b7..8f27b5f 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -4,6 +4,8 @@ on: push: branches: - "*" + tags: + - "*" workflow_dispatch: jobs: @@ -54,4 +56,4 @@ jobs: uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: - files: ${{steps.sign.outputs.signedReleaseFile}} \ No newline at end of file + files: ${{steps.sign.outputs.signedReleaseFile}}