mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 00:21:08 -05:00
Run CI smoke-tests in PRs
This commit is contained in:
parent
9022aae148
commit
7ef975b955
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test-upload.yml
vendored
4
.github/workflows/test-upload.yml
vendored
|
@ -1,6 +1,8 @@
|
||||||
name: Test Upload
|
name: Test Upload
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue