diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 0fe8fde..6f5fccd 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -1,5 +1,8 @@ steps: test: image: alpine + when: + event: + - push commands: - echo "läuft" \ No newline at end of file