From: <sv...@op...> - 2024-06-09 06:19:27
|
Author: manx Date: Sun Jun 9 08:19:15 2024 New Revision: 20983 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20983 Log: Merged revision(s) 20971 from trunk/OpenMPT: [Imp] build: CI: GitHub: CPA: OpenBSD: Add Autotools builder. ........ Added: branches/OpenMPT-1.31/.github/workflows/OpenBSD-Autotools.yml - copied, changed from r20971, trunk/OpenMPT/.github/workflows/OpenBSD-Autotools.yml Modified: branches/OpenMPT-1.31/ (props changed) Copied and modified: branches/OpenMPT-1.31/.github/workflows/OpenBSD-Autotools.yml (from r20971, trunk/OpenMPT/.github/workflows/OpenBSD-Autotools.yml) ============================================================================== --- trunk/OpenMPT/.github/workflows/OpenBSD-Autotools.yml Sat Jun 8 19:05:55 2024 (r20971, copy source) +++ branches/OpenMPT-1.31/.github/workflows/OpenBSD-Autotools.yml Sun Jun 9 08:19:15 2024 (r20983) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.31 ] jobs: build: |