From 111de207344fe6490f7e89b66f3863c13a51d31b Mon Sep 17 00:00:00 2001 From: Alessio Date: Tue, 22 Aug 2023 20:24:59 -0300 Subject: [PATCH] Run the integration tests on release branches --- .woodpecker/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index b05b1f4..0332ecf 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -19,8 +19,9 @@ pipeline: image: offline-twitter/go secrets: - offline_twatter_passwd - when: + when: # At least one path: pkg/scraper/** + branch: release-* commands: - cd cmd - ./tests.sh