diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ccc4a7..c1b9732 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,8 @@ name: Release on: push: - branches: - - 'master' + tags: + - '*' jobs: release: