From 19b4d68d644d50c5612eb770a312da9167544966 Mon Sep 17 00:00:00 2001 From: ExolutionTech Date: Sun, 10 Nov 2024 21:15:06 +0200 Subject: [PATCH] . --- .github/workflows/release.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ec37f7..1563661 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,12 @@ name: Release on: - push: - tags: - - 'v*' + push: + branches: [ "main" ] + tags: + - 'v*' + pull_request: + branches: [ "main" ] jobs: release: