Skip to content

Commit

Permalink
ci: allow to select the branch to release from (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf authored Sep 5, 2024
1 parent 6201c6a commit 3a0744a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release-alpha.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Release alpha version on demand
on: [workflow_dispatch]
on:
workflow_dispatch:
inputs:
branch:
description: 'Branch to release from'
required: true
default: 'main'
jobs:
release-alpha:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3a0744a

Please sign in to comment.