Skip to content

Commit

Permalink
ensure the publish workflow happens on PRs too
Browse files Browse the repository at this point in the history
so building the package isn't broken by a PR
  • Loading branch information
bhazelton authored and mkolopanis committed Feb 17, 2021
1 parent 8c076c9 commit 22fab17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Publish Python distributions to PyPI and TestPyPI

on: push
on: [push, pull_request]

jobs:
build-n-publish:
Expand Down

0 comments on commit 22fab17

Please sign in to comment.