diff --git a/.github/workflows/force-push-detection.yml b/.github/workflows/force-push-detection.yml index a1985ffc94e..646901f218e 100644 --- a/.github/workflows/force-push-detection.yml +++ b/.github/workflows/force-push-detection.yml @@ -1,7 +1,9 @@ name: Force Push Detection on: - push + pull_request: + types: + - synchronize jobs: detect-force-push: