From 6bb0c35be7093a1b7e7da8b6fb69b6e36cbb8a41 Mon Sep 17 00:00:00 2001 From: a4z Date: Fri, 22 Dec 2023 16:01:57 +0100 Subject: [PATCH] More debug output --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24b5c69..cc9dc5c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,11 +8,8 @@ env: # Note: the pipeline will not succeed with a generator different than release, # but we can verify that the support lib builds and tests successfully with a generator different (newer) than release - - - name: build-all-configs -on: [push, pull_request_target, workflow_dispatch] +on: [push, pull_request] jobs: build-on-osx-for-objectiveC: runs-on: macos-11