MagicStorageVoidBag/.woodpecker.yml

17 lines
309 B
YAML

pipeline:
clone:
git:
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 ]