From 86c91dac49a17b69fee8f9dd62f9c17240eb4b09 Mon Sep 17 00:00:00 2001 From: Ansgar Wehrhahn Date: Mon, 28 Nov 2022 15:04:42 +0100 Subject: [PATCH] Update make.yml --- .github/workflows/make.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 3a1537c..29fb177 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -1,8 +1,6 @@ name: make -on: - push: - branches: [master] +on: [push] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release