From f8aea9f53e0ed9f21df353804665c71555d3effd Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 13 Feb 2023 17:35:08 +0530 Subject: [PATCH] fix: CI: branch name --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8014018..84dab25 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,7 @@ pipeline: image: python when: event: [ push, pull_request, tag, deployment ] - branch: mcaptcha-io + branch: mcaptcha.io commands: - curl -fsSL https://deb.nodesource.com/setup_16.x | bash - &&\ - apt update && apt-get -y --no-install-recommends install nodejs tar gpg curl wget