disabled CI for certain releases

pull/919/head
AlexandreRouma 2022-11-22 12:40:49 +01:00
rodzic 9f472330f8
commit 31ac8f7b70
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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