diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bcedddfc6..b0fab0f52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,5 @@ on: push: - branches: master # Sequence of patterns matched against refs/tags tags: - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10