Skip to content

Commit

Permalink
feat(ci): add workflow_dispatch to release
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Feb 14, 2025
1 parent c0069c6 commit 5dbcff9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Release
name: release

on:
push:
tags:
- "*"
- "v*"
workflow_dispatch:

jobs:
release:
Expand Down

0 comments on commit 5dbcff9

Please sign in to comment.