Skip to content

Commit 330c76d

Browse files
committed
Added manual trigger to publish workflows
1 parent 8e9d928 commit 330c76d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
7+
workflow_dispatch
78

89
jobs:
910
publish-test:

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types:
77
- completed
88
status: success
9-
workflow_dispatch:
9+
workflow_dispatch
1010

1111
jobs:
1212
publish:

0 commit comments

Comments
 (0)