run CI on pull request updates

This commit is contained in:
Kyle Robbertze 2021-05-31 10:54:07 +02:00
parent 264d243134
commit 6beece7057
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
name: test-all-Ubuntu name: Python and PHP Tests
on: on:
push: push:
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
pull_request: pull_request:
types: [opened, ready_for_review, review_requested] types: [opened, ready_for_review, review_requested, edited, reopened, synchronize]
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
workflow_dispatch: workflow_dispatch: