Skip to content

Commit 6bc7d03

Browse files
committed
fix: update workflow to trigger on 'Lint & Test' completion
1 parent e32aa04 commit 6bc7d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish GitHub Release
22

33
on:
44
workflow_run:
5-
workflows: ["Python analisys"]
5+
workflows: ["Lint & Test"]
66
types:
77
- completed
88
branches:

0 commit comments

Comments
 (0)