diff --git a/.woodpecker.yml b/.woodpecker.yml index 90785f3..5691249 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,10 +4,14 @@ pipeline: image: woodpeckerci/plugin-git settings: - path: MagicStorageVoidBag + when: + branch: [ main, ci-testing ] build: image: mcr.microsoft.com/dotnet/sdk commands: - ls + when: + branch: [ main, ci-testing ] branches: [ main, ci-testing ] \ No newline at end of file