Skip to content

Commit

Permalink
chore: choose branch in release pr action
Browse files Browse the repository at this point in the history
  • Loading branch information
velramiir committed Sep 28, 2023
1 parent b325dbd commit 3aa4238
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: ✨ Create Release PR

on: workflow_dispatch
on:
workflow_dispatch:
inputs:
branch:
type: string
description: The branch with the changes that shall be released.
default: "main"

jobs:
create-release-pr:
Expand Down

0 comments on commit 3aa4238

Please sign in to comment.