From aabd48a9a9de532afae3c16ab6cb8fee91fd1cd9 Mon Sep 17 00:00:00 2001 From: tree Date: Sat, 22 Oct 2022 11:15:02 +0200 Subject: [PATCH] Update --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8a75f84..4cd1806 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -13,4 +13,4 @@ pipeline: - "rclone sync build/ :sftp: --sftp-host frontier.gwei.cz --sftp-user eb2-proxy-website --sftp-port 2022 --sftp-pass $RCLONE_PASS -v" secrets: [RCLONE_PASS] when: - branch: [main] + branch: [master]