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