Skip to content

Commit aca152f

Browse files
authored
Merge pull request #165 from david-lev/dev
[ci] update workflow_run to trigger on "CI" instead of "tests"
2 parents f59f073 + 1c1882c commit aca152f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Python Package to PyPI
22

33
on:
44
workflow_run:
5-
workflows: [ "tests" ]
5+
workflows: [ "CI" ]
66
types: [ completed ]
77

88
jobs:

0 commit comments

Comments
 (0)