diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..bc644b8 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,7 @@ +pipeline: + build: + image: mcr.microsoft.com/dotnet/sdk + commands: + - ls + +branches: [ main, ci-testing ] \ No newline at end of file