From 491cac41d53e5e2bbb5c3bbd5060a029c1b6b664 Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Wed, 13 Jul 2022 17:57:20 -0500 Subject: [PATCH] ci: switching to woodpecker --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2649316..0c85ba9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,8 +11,6 @@ pipeline: image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest commands: - nix develop --command scripts/release.sh - branches: - - main gitea: image: plugins/gitea-release settings: @@ -20,3 +18,6 @@ pipeline: from_secret: gitea_token base_url: https://src.mfgames.com files: exit-planning*.* + +branches: + - main