From: <sv...@op...> - 2024-07-18 18:23:19
|
Author: manx Date: Thu Jul 18 20:23:07 2024 New Revision: 21199 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21199 Log: Merged revision(s) 21194 from trunk/OpenMPT: [New] build: CI: GitHub: CPA: NetBSD: Add Autotools builder again. ........ Added: branches/OpenMPT-1.31/.github/workflows/NetBSD-Autotools.yml - copied, changed from r21194, trunk/OpenMPT/.github/workflows/NetBSD-Autotools.yml Modified: branches/OpenMPT-1.31/ (props changed) Copied and modified: branches/OpenMPT-1.31/.github/workflows/NetBSD-Autotools.yml (from r21194, trunk/OpenMPT/.github/workflows/NetBSD-Autotools.yml) ============================================================================== --- trunk/OpenMPT/.github/workflows/NetBSD-Autotools.yml Thu Jul 18 14:25:51 2024 (r21194, copy source) +++ branches/OpenMPT-1.31/.github/workflows/NetBSD-Autotools.yml Thu Jul 18 20:23:07 2024 (r21199) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.31 ] jobs: build: |