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 8289624 commit 19fb16eCopy full SHA for 19fb16e
.github/workflows/publish-crates.yml
@@ -1,9 +1,8 @@
1
name: Crates
2
on:
3
- workflow_dispatch:
4
- # push:
5
- # tags:
6
- # - 'v*'
+ push:
+ tags:
+ - 'v*'
7
jobs:
8
publish:
9
runs-on: ubuntu-latest
.github/workflows/release.yml
@@ -1,8 +1,9 @@
name: Release
- push:
- tags:
- - 'v*'
+ workflow_dispatch:
+ # push:
+ # tags:
+ # - 'v*'
build-binary:
0 commit comments