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