mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Remove pull_request_review from CI triggers
This commit is contained in:
parent
507d66936c
commit
b14b334ca9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/php.yml
vendored
4
.github/workflows/php.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Testing Friendica
|
||||
on: [push, pull_request, pull_request_review]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
friendica:
|
||||
|
@ -97,4 +97,4 @@ jobs:
|
|||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
file: clover.xml
|
||||
file: clover.xml
|
||||
|
|
Loading…
Reference in a new issue