Skip to content

Commit 02d4589

Browse files
authored
Merge pull request #185 from lucasimi/develop
Develop
2 parents d67bb96 + 330c76d commit 02d4589

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: publish
22

33
on:
4-
published:
4+
workflow_run:
55
workflows: ["publish-test"]
66
types:
77
- completed
88
status: success
9+
workflow_dispatch
910

1011
jobs:
1112
publish:

0 commit comments

Comments
 (0)