From cb738965a78b00d0140fb937a73843fd03511d0b Mon Sep 17 00:00:00 2001 From: dmunozv04 <39565245+dmunozv04@users.noreply.github.com> Date: Sun, 18 Aug 2024 15:07:35 +0200 Subject: [PATCH] run on all events (and only publish on release) --- .github/workflows/release.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) 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]