Move release candidate workflow to manual dispatch

This commit is contained in:
Dave Allie
2026-02-09 08:15:13 +11:00
parent 21e7d29286
commit 7538e55795

View File

@@ -1,11 +1,11 @@
name: Compile Release Candidate name: Compile Release Candidate
on: on:
pull_request: workflow_dispatch:
jobs: jobs:
build-release-candidate: build-release-candidate:
if: startsWith(github.head_ref, 'release/') if: startsWith(github.ref_name, 'release/')
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6