Set all releases as manually triggered instead of automatic [skip ci]

This commit is contained in:
2024-11-04 10:10:36 -07:00
parent fdb08fbd34
commit 5023fbd3d1
2 changed files with 2 additions and 5 deletions
@@ -1,16 +1,14 @@
# Adapted from https://github.com/joshka/github-workflows/blob/main/.github/workflows/rust-release-plz.yml
# Thanks to joshka for permission to use this template!
name: Create Release PR and Publish Release
name: Create patch release
permissions:
pull-requests: write
contents: write
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release-plz: