ci: trigger on pull request

Trigger actions on pull requests, which is needed for PRs from third party branches.
This commit is contained in:
Grigori Goronzy 2023-11-11 11:26:05 +01:00 committed by GitHub
parent a660184520
commit fdf5fdd605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
name: Python package
on: [push]
on: [push, pull_request]
jobs:
test: