From acd7a353428585ad5c9b197568fe81a156d8734a Mon Sep 17 00:00:00 2001 From: Diego Piccinotti Date: Wed, 23 Oct 2024 12:13:07 +0200 Subject: [PATCH] Add tag trigger to GitHub Actions workflow for releases --- .github/workflows/test_build_release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_build_release.yaml b/.github/workflows/test_build_release.yaml index bd4aa64..ce54588 100644 --- a/.github/workflows/test_build_release.yaml +++ b/.github/workflows/test_build_release.yaml @@ -7,6 +7,8 @@ permissions: on: push: branches: [ main ] + tags: + - '*.*.*' pull_request: branches: [ main ]