Skip to content

Commit

Permalink
CI: enable manual trigger for release (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
s373r authored Mar 7, 2025
1 parent afe6c5b commit dba91b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: release
on:
# Manual trigger
workflow_dispatch: { }
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+*
Expand Down

0 comments on commit dba91b1

Please sign in to comment.