Skip to content

Commit 7469cb1

Browse files
committed
Only run publish workflow after successful test workflow
1 parent 0814ca1 commit 7469cb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
push:
44
tags:
55
- "*"
6+
workflow_run:
7+
workflows: [Test autoDocstring]
8+
types:
9+
- completed
610

711
jobs:
812
deploy:

0 commit comments

Comments
 (0)