diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 0d5abda..c4869a4 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -1,6 +1,10 @@ name: build-release run-name: build-release -on: [push] +on: + push: + # Sequence of patterns matched against refs/tags + tags: + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: build: runs-on: ubuntu-latest