Skip to content

Commit 19fb16e

Browse files
committed
chore: update github workflow
1 parent 8289624 commit 19fb16e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/publish-crates.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Crates
22
on:
3-
workflow_dispatch:
4-
# push:
5-
# tags:
6-
# - 'v*'
3+
push:
4+
tags:
5+
- 'v*'
76
jobs:
87
publish:
98
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Release
22
on:
3-
push:
4-
tags:
5-
- 'v*'
3+
workflow_dispatch:
4+
# push:
5+
# tags:
6+
# - 'v*'
67
jobs:
78
build-binary:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)