ci: disable build release on PR

This commit is contained in:
Pierre Tachoire
2024-04-19 11:41:38 +02:00
parent 8d606d5dc5
commit f9cff763d8

View File

@@ -64,8 +64,8 @@ jobs:
zig-build-release:
name: zig build release
# Don't run the CI with draft PR.
if: github.event.pull_request.draft == false
# Don't run the CI on PR
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
container: