Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Signed-off-by: William Moreno <williamjmorenor@gmail.com>
  • Loading branch information
williamjmorenor authored Aug 4, 2024
1 parent 579491f commit 5b41cf6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Publish to PyPi
on:
push:
branches: main
paths-ignore:
- "docs/**"
- "tests/**"
workflow_run:
workflows: [CI]
types:
- completed
jobs:
pypi-publish:
name: Upload release to PyPI
Expand Down

0 comments on commit 5b41cf6

Please sign in to comment.