diff --git a/.drone.yml b/.drone.yml index 450c89f..633a551 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ steps: - VCS_REF=${DRONE_COMMIT_SHA:0:7} when: ref: - - refs/heads/development + # essentially build only feature branches/PRs and tags - "refs/heads/feature-**" - "refs/pull/**" - "refs/tags/**"