Skip to content

Commit

Permalink
add workflow dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sukoneck committed Dec 24, 2024
1 parent 0a00f9b commit 680b990
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
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:

Expand Down

0 comments on commit 680b990

Please sign in to comment.