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