diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c3775d3..1304d156 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,11 +5,31 @@ on: branches: - "**" pull_request_review: + types: [edited, dismissed, submitted] pull_request_target: pull_request: + types: + - assigned + - unassigned + - labeled + - unlabeled + - opened + - edited + - closed + - reopened + - synchronize + - converted_to_draft + - ready_for_review + - locked + - unlocked + - review_requested + - review_request_removed + - auto_merge_enabled + - auto_merge_disabled branches: - main + jobs: shellcheck: name: Run shellcheck