woodpecker/.woodpecker.yml
archos 2537e4994c
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/manual/woodpecker Pipeline is pending
Fix YAML syntax and add event filters
2024-05-24 15:28:35 +02:00

16 lines
237 B
YAML

steps:
- name: test
image: ubuntu
commands:
- echo "Running tests"
- uname -a
- echo "Test complete"
when:
branch:
- master
- main
event:
- push
- pull_request