Skip to content

Commit 1bc09e6

Browse files
authored
chore: disable auto release (#1890)
1 parent 305fe2b commit 1bc09e6

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/on-tag.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Jobs on tag
22

33
on:
4-
push:
5-
tags:
6-
- '*'
4+
workflow_dispatch:
75

86
jobs:
97
npm-publish:

.github/workflows/publish-sdk.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish NPM package
22

33
on:
4-
workflow_call:
4+
workflow_dispatch:
55

66
permissions:
77
contents: read

.github/workflows/rpc-proxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: RPC Proxy
22

33
on:
4-
workflow_call:
4+
workflow_dispatch:
55

66
jobs:
77
test:

0 commit comments

Comments
 (0)