Move release candidate workflow to manual dispatch
This commit is contained in:
4
.github/workflows/release_candidate.yml
vendored
4
.github/workflows/release_candidate.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user