From ba96ad77d391a215bf6a14a658815572bbf797a7 Mon Sep 17 00:00:00 2001 From: Adrien Date: Tue, 24 Sep 2024 23:18:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=20Run=20validation=20step=20on?= =?UTF-8?q?=20push=20into=20default=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/.validate.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/.validate.yaml b/.woodpecker/.validate.yaml index fbf155e..eaab740 100644 --- a/.woodpecker/.validate.yaml +++ b/.woodpecker/.validate.yaml @@ -24,3 +24,5 @@ steps: when: - event: pull_request + - event: push + branch: ${CI_REPO_DEFAULT_BRANCH} -- 2.43.0