CI: No need to rerun the workflow if PR is edited

This commit is contained in:
Andrew Bird 2024-02-23 15:17:03 +00:00
parent 92f9a5125e
commit 5b87617f66
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ on:
pull_request: pull_request:
types: types:
- opened - opened
- edited
- ready_for_review - ready_for_review
- reopened - reopened
- synchronize - synchronize