From f93130fddf1748d10b598e3e97a69d7aabef85e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Thu, 7 Mar 2024 08:44:47 +0000 Subject: [PATCH] [Fix] build: Makefile: macOS: Fix typo. git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@20261 56274372-70c3-4bfc-bfc3-4c3a0b034d27 --- .github/workflows/macOS-Makefile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macOS-Makefile.yml b/.github/workflows/macOS-Makefile.yml index f9e666261c2..32f371501a2 100644 --- a/.github/workflows/macOS-Makefile.yml +++ b/.github/workflows/macOS-Makefile.yml @@ -3,9 +3,9 @@ name: macOS Makefile on: push: - branches: [ macos-action-test ] + branches: [ master ] pull_request: - branches: [ macos-action-test ] + branches: [ master ] jobs: build: