From 966ed4baab3d85181a8a99aef5fb5f20c1bed09b Mon Sep 17 00:00:00 2001 From: Nikita Kiselev Date: Mon, 5 Jan 2026 13:19:01 +0300 Subject: [PATCH] build: make release for master and PR (#44) --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 62c607e..4793079 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -149,7 +149,7 @@ jobs: release: runs-on: ubuntu-latest needs: [ version_meta, test_frontend, test_backend, module-build ] - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' || github.event_name == 'pull_request' steps: - uses: actions/checkout@v4