diff options
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 394a6660..b93aee40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,12 +1,9 @@ name: release on: - create: - branches: - - refs/tags/* -# create: -# tags: -# - v*.*.* + push: + tags: + - v[0-9]+.* jobs: build: |