Trigger GitHub Actions workflow on PRs too

This commit is contained in:
Lonami 2021-01-12 20:30:31 +01:00 committed by GitHub
parent 4bf1d67eba
commit c0738a7ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
name: Python Library
on: [push]
on: [push, pull_request]
jobs:
build: