From 0db2e93ac034c098addab425cf3e939c572b1135 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Tue, 10 May 2022 21:03:24 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40e8a16..499e49e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,8 +2,8 @@ name: "publish" on: push: - branches: - - test-release + tags: + - test-release/*.*.* concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -64,5 +64,4 @@ jobs: env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: - draft: false files: ./artifacts/**/* \ No newline at end of file