Skip to content

Commit

Permalink
Merge branch 'main' into vue3-update-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Sep 5, 2024
2 parents eb7d377 + 3a0744a commit ada9f4a
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 ada9f4a

Please sign in to comment.