diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c5a04f..86b249f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,17 +9,14 @@ name: Release Package on: -# push: -# tags: -# - v* -# branches: -# - master -# pull_request: -# branches: -# - master push: branches: - - build-binaries # Testing branch + - '*' + tags: + - 'v*' + pull_request: + branches: + - '*' release: types: [published]