Skip to content

Commit 8e9d928

Browse files
committed
Fixing triggers
1 parent 334729a commit 8e9d928

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
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)