diff --git a/.github/workflows/make-tests.yml b/.github/workflows/make-tests.yml index 9bfe7a3e4..3e0e3bdd3 100644 --- a/.github/workflows/make-tests.yml +++ b/.github/workflows/make-tests.yml @@ -1,10 +1,10 @@ name: Regression tests -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +# on: +# push: +# branches: [ master ] +# pull_request: +# branches: [ master ] jobs: diff --git a/.github/workflows/release-win.yml b/.github/workflows/release-win.yml index 5f2bf0c1e..74116bfd0 100644 --- a/.github/workflows/release-win.yml +++ b/.github/workflows/release-win.yml @@ -1,6 +1,10 @@ name: Build/publish release binaries (Windows) on: + push: + branches: [ master ] + pull_request: + branches: [ master ] # push: # # Trigger on version tags: v4.10 etc. # tags: @@ -25,7 +29,7 @@ jobs: matrix: include: - os: windows-latest - artifact_name: prism-win64 + artifact_name: prism-games-win64 runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba9bdf725..d6e93c0b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,6 @@ name: Build/publish release binaries (Linux, Mac) -# Also build/publish a prism-X.Y-src.tar.gz +# Also build/publish a prism-games-X.Y-src.tar.gz on: # push: @@ -11,7 +11,7 @@ on: workflow_dispatch: inputs: tag_name: - description: 'Target tag (e.g., v4.10)' + description: 'Target tag (e.g., v3.2.2)' required: true type: string do_publish: @@ -38,7 +38,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: prism-src + name: prism-games-src path: prism/release/*.tar.gz build: @@ -46,13 +46,13 @@ jobs: matrix: include: - os: ubuntu-latest - artifact_name: prism-linux64-x86 + artifact_name: prism-games-linux64-x86 - os: ubuntu-22.04-arm - artifact_name: prism-linux64-arm + artifact_name: prism-games-linux64-arm - os: macos-latest - artifact_name: prism-mac64-arm + artifact_name: prism-games-mac64-arm - os: macos-15-intel - artifact_name: prism-mac64-x86 + artifact_name: prism-games-mac64-x86 runs-on: ${{ matrix.os }} steps: @@ -83,13 +83,13 @@ jobs: matrix: include: - os: ubuntu-latest - artifact_name: prism-linux64-x86 + artifact_name: prism-games-linux64-x86 - os: ubuntu-22.04-arm - artifact_name: prism-linux64-arm + artifact_name: prism-games-linux64-arm - os: macos-latest - artifact_name: prism-mac64-arm + artifact_name: prism-games-mac64-arm - os: macos-15-intel - artifact_name: prism-mac64-x86 + artifact_name: prism-games-mac64-x86 runs-on: ${{ matrix.os }} steps: