Skip to content

Commit e0cba43

Browse files
committed
Allow triggering the release workflow manually
1 parent 87fd60d commit e0cba43

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- "v*.*.*"
7+
workflow_dispatch:
78

89
jobs:
910
build:

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
push:
55
pull_request:
66
branches: [ master ]
7-
87
workflow_dispatch:
98

109
jobs:
11-
1210
test:
1311
runs-on: ubuntu-latest
1412
strategy:

0 commit comments

Comments
 (0)