aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release-candidate.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-10-24 16:23:30 -0700
committerJohn MacFarlane <[email protected]>2022-10-24 16:23:30 -0700
commit0e85a77f78a53ebd6cbf46252f1dfc31ef475e16 (patch)
tree844bc3a20510a6f24c97420c241645ec7915687a /.github/workflows/release-candidate.yml
parentc73ebb8a0331f52f37a758854a40883be20fd031 (diff)
Switch release_candidate workflow to workflow_dispatch
Diffstat (limited to '.github/workflows/release-candidate.yml')
-rw-r--r--.github/workflows/release-candidate.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml
index 54e5024f7..26e297fe2 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -1,9 +1,6 @@
name: Release candidate
-on:
- push:
- branches:
- - 'rc/**'
+on: workflow_dispatch
permissions:
contents: read