1
0
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:
Dmitrii Orlov 2021-08-27 09:19:33 +02:00
parent 3713da9d66
commit be39eb2f05

@ -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: