mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 10:47:34 +01:00
disabled CI for certain releases
This commit is contained in:
parent
9f472330f8
commit
31ac8f7b70
2
.github/workflows/build_all.yml
vendored
2
.github/workflows/build_all.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user