Skip to content

Commit

Permalink
CI: Make tests-pypi a callable workflow
Browse files Browse the repository at this point in the history
This is to make it reusable for Siphon.
  • Loading branch information
dopplershift committed Oct 31, 2024
1 parent 2bb4d56 commit f7ab0c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: PyPI Tests

# We don't want pushes (or PRs) to gh-pages to kick anything off
on:
workflow_call:
push:
branches:
- main
Expand Down

0 comments on commit f7ab0c5

Please sign in to comment.