oxaliq.net/.woodpecker.yml
maren f51281523a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
branch exclusion?
we'll know if it works when we merge to main lol
2023-12-17 19:58:16 -05:00

12 lines
196 B
YAML

when:
branch:
exclude: [ main ]
steps:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."