Added branch to when
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nicolai Ort 2020-12-23 19:09:01 +01:00
parent b3f741234e
commit f2970f4cd8

View File

@ -95,6 +95,7 @@ steps:
when: when:
event: event:
- tag - tag
branch: [ refs/tags/v* ]
- name: trigger js lib build - name: trigger js lib build
depends_on: [clone] depends_on: [clone]
image: plugins/downstream image: plugins/downstream
@ -124,4 +125,5 @@ steps:
- SOURCE_TAG=$DRONE_TAG - SOURCE_TAG=$DRONE_TAG
when: when:
event: event:
- tag - tag