From 3b1d93e91698bcb22c0b1cf2543fbe038cffe62b Mon Sep 17 00:00:00 2001 From: tips-of-mine <54597409+tips-of-mine@users.noreply.github.com> Date: Sat, 31 May 2025 11:14:22 +0200 Subject: [PATCH] Update release-main.yml --- .github/workflows /release-main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows /release-main.yml b/.github/workflows /release-main.yml index c6e44b6..48142b0 100644 --- a/.github/workflows /release-main.yml +++ b/.github/workflows /release-main.yml @@ -2,8 +2,9 @@ name: Auto Release on: push: - branches: - - main + branches: [ main ] + pull_request: + branches: [ main ] jobs: build-and-release: