Skip to content

Commit

Permalink
ci(release): Enable tag-based workflow trigger and manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbinoGeek committed Jun 22, 2024
1 parent bd9ea0c commit 794e088
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build and Release
on:
# Trigger the workflow on a push with a tag starting with 'v'
push:
branches:
- flower-tui
# tags:
# - 'v*'
tags:
- 'v*'
# Allow manual trigger
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 794e088

Please sign in to comment.