run CI on pull request updates
This commit is contained in:
parent
264d243134
commit
6beece7057
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -1,10 +1,10 @@
|
|||
name: test-all-Ubuntu
|
||||
name: Python and PHP Tests
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
pull_request:
|
||||
types: [opened, ready_for_review, review_requested]
|
||||
types: [opened, ready_for_review, review_requested, edited, reopened, synchronize]
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue