From 80b4f24aaf4b5ae722bdc4e75a179bd716d83f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ple=C3=9F?= Date: Mon, 29 Aug 2022 20:02:38 +0200 Subject: [PATCH] teste --- .drone.yml | 9 +++++++++ test.txt | 1 + 2 files changed, 10 insertions(+) create mode 100644 test.txt diff --git a/.drone.yml b/.drone.yml index 9881d5b..b08667e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,3 +12,12 @@ steps: when: ref: - refs/heads/citest_publish + - name: Nur für citest_publish branch bei pull_request + image: alpine + commands: + - ls + when: + ref: + - refs/heads/citest_publish + event: + - pull_request diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..9118d6c --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +asdasd \ No newline at end of file