Skip to content

Commit

Permalink
rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Dec 4, 2024
1 parent 1f7b976 commit c706016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Prepare Release
on:
push:
branches: [master]
Expand All @@ -6,7 +7,6 @@ permissions:
contents: write
pull-requests: write

name: Create Release PR
jobs:
prepare-release:
if: "!contains(github.event.head_commit.message, 'chore: prepare release')" # Skip merges from releases
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Release
on:
pull_request:
types:
Expand All @@ -8,7 +9,6 @@ on:
permissions:
contents: write

name: Create Release PR
jobs:
prepare-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c706016

Please sign in to comment.