Update '.woodpecker/test.yml'

This commit is contained in:
2023-03-11 15:02:38 +01:00
parent adada1576b
commit f2df399622

View File

@@ -3,4 +3,6 @@ pipeline:
image: alpine
commands:
- echo nan
- echo from ${CI_BUILD_EVENT}
- echo from ${CI_BUILD_EVENT}
when:
event: [push, tag, deployment]