Skip to content

Commit 7effb62

Browse files
authored
chore: Release new versions manually (redis#1709)
1 parent 96a9f41 commit 7effb62

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Release
22

3-
on:
4-
push:
5-
branches: [main]
3+
on: workflow_dispatch
64

75
concurrency:
86
group: release_version
@@ -16,7 +14,7 @@ jobs:
1614
needs: test
1715
steps:
1816
- uses: actions/checkout@v2
19-
- name: Use Node.js ${{ matrix.node-version }}
17+
- name: Use Node.js
2018
uses: actions/setup-node@v2
2119
with:
2220
node-version: "lts/*"

0 commit comments

Comments
 (0)