# .woodpecker.yml
pipeline:
build:
image: debian
commands:
- touch lol.txt
- ls -l
when:
branch: master