Merge pull request #1223 from paddatrapper/fix/github-actions

Run CI on pull request updates
This commit is contained in:
Robb 2021-06-02 09:02:51 -04:00 committed by GitHub
commit 64d07865de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: