Skip to content

Commit

Permalink
Only trigger cd when ci is successful
Browse files Browse the repository at this point in the history
- Push project to pypi only if ci is succeeding
  • Loading branch information
tbkr committed Nov 8, 2024
1 parent 0d6c2a4 commit ea02d46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags:
- "**"
workflow_run:
workflows: [ci]
types: [completed]

jobs:
pypi:
Expand Down

0 comments on commit ea02d46

Please sign in to comment.