From: <sv...@op...> - 2024-03-07 08:45:00
|
Author: manx Date: Thu Mar 7 09:44:47 2024 New Revision: 20261 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20261 Log: [Fix] build: Makefile: macOS: Fix typo. Modified: trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Modified: trunk/OpenMPT/.github/workflows/macOS-Makefile.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Thu Mar 7 09:13:27 2024 (r20260) +++ trunk/OpenMPT/.github/workflows/macOS-Makefile.yml Thu Mar 7 09:44:47 2024 (r20261) @@ -3,9 +3,9 @@ on: push: - branches: [ macos-action-test ] + branches: [ master ] pull_request: - branches: [ macos-action-test ] + branches: [ master ] jobs: build: |