From a92436d2347741af4333ec3dd71e8a7d793462c9 Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Sat, 10 Feb 2024 20:27:25 -0800 Subject: [PATCH] Actions run when related to (PRs that target or pushes) main --- woodpecker/lint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/woodpecker/lint.yml b/woodpecker/lint.yml index e648743..1bc5a73 100644 --- a/woodpecker/lint.yml +++ b/woodpecker/lint.yml @@ -1,7 +1,5 @@ when: - - event: pull_request - - event: push - branch: main + branch: main steps: - name: lint image: python:3-alpine