Skip to content

Commit adec6e8

Browse files
committed
ci: prevent release running if ci failed
1 parent 573095e commit adec6e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches:
66
- master
7+
workflow_run:
8+
workflows: ["Continuous Integration"]
9+
types:
10+
- completed
711

812
jobs:
913
release:

0 commit comments

Comments
 (0)