ci: trigger on pull request
Trigger actions on pull requests, which is needed for PRs from third party branches.
This commit is contained in:
parent
a660184520
commit
fdf5fdd605
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Python package
|
name: Python package
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user