Remove pull_request_review from CI triggers
This commit is contained in:
parent
507d66936c
commit
b14b334ca9
2
.github/workflows/php.yml
vendored
2
.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:
|
||||
|
|
Loading…
Reference in a new issue