Skip to content

Commit 8335914

Browse files
committed
allow manual trigger
1 parent d2480aa commit 8335914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Publish to crates.io
22
on:
33
push:
44
tags: ['v*'] # Triggers when pushing tags starting with 'v'
5+
workflow_dispatch: # Allows manual triggering of the workflow
56
jobs:
67
publish:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)