diff --git a/.drone.yml b/.drone.yml index 7f0a568..115a5fa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,4 +4,11 @@ type: docker name: default steps: - name: Echo Foo - image: hello-world \ No newline at end of file + image: hello-world + - name: Nur für citest_publish branch + image: alpine + commands: + - ls + when: + ref: + - refs/heads/citest_publish \ No newline at end of file