Switch release_candidate workflow to workflow_dispatch

This commit is contained in:
John MacFarlane
2022-10-24 16:23:30 -07:00
parent c73ebb8a03
commit 0e85a77f78
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -1,9 +1,6 @@
name: Release candidate
on:
push:
branches:
- 'rc/**'
on: workflow_dispatch
permissions:
contents: read
+1 -1
View File
@@ -2,7 +2,7 @@
[ ] make prerelease
[ ] Finalize changelog
[ ] Update AUTHORS (make authors LASTRELEASE=x.y.z)
[ ] push release candidate branch rc/VERSION
[ ] Run release candidate workflow manually on GitHub
[ ] if it builds successfully, download artifacts
[ ] run tools/build-arm.sh to create and download arm64 linux package
[ ] Use 'make' in macos and windows artifacts to sign code