diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3f685e..44776a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,6 @@ on: - push: - # Sequence of patterns matched against refs/tags - tags: - - "*" # Push events to matching v*, i.e. v1.0, v20.15.10 + release: + types: [created] name: Create Release