diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 161ed3d10..a3dd22a40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,7 @@ on: push: - # Sequence of patterns matched against refs/tags - tags: - - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 + branches: + - master name: Release