Move release candidate workflow to manual dispatch

This commit is contained in:
Dave Allie
2026-02-09 08:15:13 +11:00
parent 9daa4d6789
commit b090f263b1
+2 -2
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