disabled CI for certain releases

This commit is contained in:
AlexandreRouma 2022-11-22 12:40:49 +01:00
parent 9f472330f8
commit 31ac8f7b70

View File

@ -2,6 +2,8 @@ name: Build Binaries
on: [push, pull_request]
if: ${{ github.ref != 'refs/heads/nightly' }}
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release