This commit is contained in:
Jack Bond-Preston 2022-07-07 15:15:05 +01:00
parent 3474cbca99
commit d270574e26
Signed by: jack
GPG Key ID: 010071F1482BA852

View File

@ -1,17 +1,11 @@
pipeline: clone:
clone:
git: git:
image: woodpeckerci/plugin-git image: woodpeckerci/plugin-git:latest
settings: settings:
- path: MagicStorageVoidBag path: MagicStorageVoidBag
when:
branch: [ main, ci-testing ]
pipeline:
build: build:
image: mcr.microsoft.com/dotnet/sdk image: mcr.microsoft.com/dotnet/sdk:latest
commands: commands:
- ls - ls
when:
branch: [ main, ci-testing ]
branches: [ main, ci-testing ]