Merge pull request #401 from dee-me-tree-or-love/tp-allow-gh-actions-for-fork-pull-requests

Allow GH actions to run on pull requests for forks
This commit is contained in:
Dmitrii Orlov 2021-09-02 13:18:27 +02:00 committed by GitHub
commit 2885ac2e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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