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
on:
pull_request:
workflow_dispatch:
jobs:
build-release-candidate:
if: startsWith(github.head_ref, 'release/')
if: startsWith(github.ref_name, 'release/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6