Skip to content

Commit 9a81398

Browse files
committed
ci: Disable auto release rust, ruby, java, python.
1 parent 70ada6a commit 9a81398

File tree

4 files changed

+17
-26
lines changed

4 files changed

+17
-26
lines changed

.github/workflows/release-crate-gem.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: "Release Crate & RubyGem"
22
on:
3-
push:
4-
tags:
5-
- "v*"
6-
branches:
7-
- release-gem
3+
workflow_dispatch:
84
jobs:
95
publish_crate:
106
name: Publish Crate

.github/workflows/release-java.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Release Java
22
on:
3-
push:
4-
branches:
5-
- "release-java"
6-
tags:
7-
- "v*"
3+
workflow_dispatch:
4+
85
jobs:
96
build:
107
strategy:

.github/workflows/release-py.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Release Python
22
on:
3-
push:
4-
tags:
5-
- "v*"
3+
workflow_dispatch:
64
jobs:
75
macos:
86
runs-on: macos-latest

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)