ci: Run static checks when PRs are updated

Looking at the changes that could cause the static-checks not to run
when a PR is updated I think 7db8a85a1f
could be the one that introduced such a regression.

Let's (try to) fix this by enforcing the workflow to run also when the
PR has been "edited" and "synchronized".

Fixes: #2343

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
Fabiano Fidêncio 2021-07-28 22:21:05 +02:00
parent fe7e6a2dc1
commit 5957bc7d9c

View File

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