From: <sv...@op...> - 2025-03-28 18:54:08
|
Author: manx Date: Fri Mar 28 19:53:45 2025 New Revision: 23093 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=23093 Log: [Var] CI: GitHub: Adjust branch name. Modified: branches/OpenMPT-1.32/.github/workflows/Cygwin-Makefile.yml branches/OpenMPT-1.32/.github/workflows/Fedora-Autotools.yml branches/OpenMPT-1.32/.github/workflows/Fedora-Cross-MinGW.yml branches/OpenMPT-1.32/.github/workflows/Fedora-Makefile.yml branches/OpenMPT-1.32/.github/workflows/FreeBSD-Autotools.yml branches/OpenMPT-1.32/.github/workflows/FreeBSD-Makefile.yml branches/OpenMPT-1.32/.github/workflows/MSYS2-Autotools.yml branches/OpenMPT-1.32/.github/workflows/MSYS2-Makefile-Clang.yml branches/OpenMPT-1.32/.github/workflows/MSYS2-Makefile.yml branches/OpenMPT-1.32/.github/workflows/NetBSD-Autotools.yml branches/OpenMPT-1.32/.github/workflows/NetBSD-Makefile.yml branches/OpenMPT-1.32/.github/workflows/OpenBSD-Autotools.yml branches/OpenMPT-1.32/.github/workflows/OpenBSD-Makefile.yml branches/OpenMPT-1.32/.github/workflows/RHEL-Autotools.yml branches/OpenMPT-1.32/.github/workflows/RHEL-Makefile.yml branches/OpenMPT-1.32/.github/workflows/Ubuntu-Autotools.yml branches/OpenMPT-1.32/.github/workflows/Ubuntu-Makefile.yml branches/OpenMPT-1.32/.github/workflows/macOS-Autotools.yml branches/OpenMPT-1.32/.github/workflows/macOS-Makefile.yml Modified: branches/OpenMPT-1.32/.github/workflows/Cygwin-Makefile.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/Cygwin-Makefile.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/Cygwin-Makefile.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] concurrency: group: ${{ github.ref }}-${{ github.workflow }} Modified: branches/OpenMPT-1.32/.github/workflows/Fedora-Autotools.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/Fedora-Autotools.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/Fedora-Autotools.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] concurrency: group: ${{ github.ref }}-${{ github.workflow }} Modified: branches/OpenMPT-1.32/.github/workflows/Fedora-Cross-MinGW.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/Fedora-Cross-MinGW.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/Fedora-Cross-MinGW.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/Fedora-Makefile.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/Fedora-Makefile.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/Fedora-Makefile.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/FreeBSD-Autotools.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/FreeBSD-Autotools.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/FreeBSD-Autotools.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/FreeBSD-Makefile.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/FreeBSD-Makefile.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/FreeBSD-Makefile.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/MSYS2-Autotools.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/MSYS2-Autotools.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/MSYS2-Autotools.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/MSYS2-Makefile-Clang.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/MSYS2-Makefile-Clang.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/MSYS2-Makefile-Clang.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/MSYS2-Makefile.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/MSYS2-Makefile.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/MSYS2-Makefile.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/NetBSD-Autotools.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/NetBSD-Autotools.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/NetBSD-Autotools.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/NetBSD-Makefile.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/NetBSD-Makefile.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/NetBSD-Makefile.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/OpenBSD-Autotools.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/OpenBSD-Autotools.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/OpenBSD-Autotools.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/OpenBSD-Makefile.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/OpenBSD-Makefile.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/OpenBSD-Makefile.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/RHEL-Autotools.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/RHEL-Autotools.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/RHEL-Autotools.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/RHEL-Makefile.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/RHEL-Makefile.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/RHEL-Makefile.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/Ubuntu-Autotools.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/Ubuntu-Autotools.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/Ubuntu-Autotools.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/Ubuntu-Makefile.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/Ubuntu-Makefile.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/Ubuntu-Makefile.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/macOS-Autotools.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/macOS-Autotools.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/macOS-Autotools.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -2,9 +2,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: Modified: branches/OpenMPT-1.32/.github/workflows/macOS-Makefile.yml ============================================================================== --- branches/OpenMPT-1.32/.github/workflows/macOS-Makefile.yml Fri Mar 28 19:27:48 2025 (r23092) +++ branches/OpenMPT-1.32/.github/workflows/macOS-Makefile.yml Fri Mar 28 19:53:45 2025 (r23093) @@ -3,9 +3,7 @@ on: push: - branches: [ master ] - pull_request: - branches: [ master ] + branches: [ OpenMPT-1.32 ] jobs: build: |