From 5023fbd3d1dbc17a2aa7186b581ee4e1e045076c Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 4 Nov 2024 10:10:36 -0700 Subject: [PATCH] Set all releases as manually triggered instead of automatic [skip ci] --- .github/workflows/{release.yml => release-patch.yml} | 6 ++---- README.md | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) rename .github/workflows/{release.yml => release-patch.yml} (90%) diff --git a/.github/workflows/release.yml b/.github/workflows/release-patch.yml similarity index 90% rename from .github/workflows/release.yml rename to .github/workflows/release-patch.yml index 924b8b3..3b36c45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release-patch.yml @@ -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: diff --git a/README.md b/README.md index b16364e..b94f49b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ ![check](https://github.com/Dark-Alex-17/managarr/actions/workflows/check.yml/badge.svg) ![test](https://github.com/Dark-Alex-17/managarr/actions/workflows/test.yml/badge.svg) -![test](https://github.com/Dark-Alex-17/managarr/actions/workflows/release.yml/badge.svg) ![License](https://img.shields.io/badge/license-MIT-blueviolet.svg) ![LOC](https://tokei.rs/b1/github/Dark-Alex-17/managarr?category=code) [![crates.io link](https://img.shields.io/crates/v/managarr.svg)](https://crates.io/crates/managarr)