mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-24 18:08:27 +01:00
fixed CI again
This commit is contained in:
parent
5eb42b61e9
commit
9ae6a74408
8
.github/workflows/build_all.yml
vendored
8
.github/workflows/build_all.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: Build Binaries
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- nightly
|
||||
pull_request:
|
||||
branches-ignore:
|
||||
- nightly
|
||||
|
||||
env:
|
||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
||||
|
Loading…
Reference in New Issue
Block a user