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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user