Skip to content

Commit

Permalink
only run publish once tests finished
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedlicska committed Feb 8, 2025
1 parent a44bb92 commit adc0c40
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
name: "Publish to PyPI"

on:
push:
branches:
- "v3-dev"
workflow_run:
workflows: ["Specklepy test and build"]
branches: [v3-dev]
types:
- completed

jobs:
pypi-publish:
Expand Down

0 comments on commit adc0c40

Please sign in to comment.