build: make release for master and PR (#44)

This commit is contained in:
2026-01-05 13:19:01 +03:00
committed by Nikita Kiselev
parent 0798f5c3e9
commit 966ed4baab

View File

@@ -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