From 10c59d810e11afc5cb312cca79c7f39b4f805711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ple=C3=9F?= Date: Mon, 29 Aug 2022 19:58:30 +0200 Subject: [PATCH] testing --- .drone.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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