diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5cc852360..549d52b55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,11 +1,9 @@ name: Release CI -on: [push] - -# on: -# push: -# tags: -# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 +on: + push: + tags: + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: create-release: