From 7fc61bf8a367a85cfdfc0b29bcdec8976d64d609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20H=C3=B8jlund=20Larsen?= Date: Tue, 22 Aug 2023 16:20:55 +0200 Subject: [PATCH] Update workflow to run on push to master --- .github/workflows/macos_mkspecs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_mkspecs.yml b/.github/workflows/macos_mkspecs.yml index 820998a..04f28e3 100644 --- a/.github/workflows/macos_mkspecs.yml +++ b/.github/workflows/macos_mkspecs.yml @@ -8,7 +8,7 @@ name: MacOS C++ make-specs push: branches: - master - pull_request: null + pull_request: jobs: MacOS-mkspecs: uses: steinwurf/macos-mkspecs-action/.github/workflows/action.yml@7.0.0