From ccc1ecdb171b16c5d5543ab1fdd93b1185d3d415 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Mon, 22 Jan 2024 18:23:56 +0000 Subject: [PATCH] Add feature branches to lint --- .woodpecker/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/integration.yml b/.woodpecker/integration.yml index 573b8c6..9ef4981 100644 --- a/.woodpecker/integration.yml +++ b/.woodpecker/integration.yml @@ -13,4 +13,4 @@ steps: - npm run lint when: event: push - branch: [ hotfix/*, renovate/* ] \ No newline at end of file + branch: [ hotfix/*, feature/*, renovate/* ] \ No newline at end of file