Final fix for the tag pipeline triggers #57

Merged
niggl merged 12 commits from dev into main 2020-12-29 13:18:41 +00:00
Showing only changes of commit f2970f4cd8 - Show all commits

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
@ -125,3 +126,4 @@ steps:
when: when:
event: event:
- tag - tag