diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml
index f4f8696..6ed3b15 100644
--- a/.woodpecker/lint.yml
+++ b/.woodpecker/lint.yml
@@ -13,6 +13,7 @@ steps:
         comment_file: output.txt
       when:
         status: [failure, success]
+        event: [pull_request]
   lint:
     image: debian:stable
     commands:
@@ -30,6 +31,7 @@ steps:
         comment_file: output.txt
       when:
         status: [failure, success]
+        event: [pull_request]
 when:
   - event: [push, pull_request]
   - evaluate: 'CI_COMMIT_AUTHOR in ["gnous-ci-bot", "mael", "ada"]'
\ No newline at end of file