diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2417bf..38df04f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,10 @@ name: Build, Test, and Release -on: release +on: + push: + tags: + - 'v*' + jobs: build: