mirror of
https://github.com/pypiserver/pypiserver
synced 2025-02-22 19:19:37 +01:00
Allow GH actions to run on pull requests for forks
This commit is contained in:
parent
3713da9d66
commit
be39eb2f05
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -9,6 +9,8 @@ on:
|
||||
# executable, from back in the day before docker & a better pip.
|
||||
branches-ignore:
|
||||
- standalone
|
||||
# Allowing to run on fork pull requests
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test-cpython:
|
||||
|
Loading…
Reference in New Issue
Block a user