We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2480aa commit 8335914Copy full SHA for 8335914
.github/workflows/release.yml
@@ -2,6 +2,7 @@ name: Publish to crates.io
2
on:
3
push:
4
tags: ['v*'] # Triggers when pushing tags starting with 'v'
5
+ workflow_dispatch: # Allows manual triggering of the workflow
6
jobs:
7
publish:
8
runs-on: ubuntu-latest
0 commit comments