Skip to content

Commit

Permalink
Only push to testpypi on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorman committed Dec 17, 2023
1 parent 198d315 commit 40ed6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
name: Upload release to TestPyPI
needs: [package]
runs-on: ubuntu-latest
if: github.event_name == 'push'
environment:
name: testpypi
url: https://test.pypi.org/p/tilekiln
Expand Down

0 comments on commit 40ed6fb

Please sign in to comment.