Merge pull request #2344 from fidencio/wip/run-static-checks-also-when-prs-are-edited-or-syncrhonized

ci: Run static checks when PRs are updated
This commit is contained in:
Fabiano Fidêncio
2021-07-29 10:23:12 +02:00
committed by GitHub

View File

@@ -2,7 +2,9 @@ on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
- labeled
- unlabeled