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