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