This commit is contained in:
Giles 2020-07-29 20:35:32 +01:00
parent 11f757bc1e
commit b0dec15730
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,7 @@
kind: 'pipeline',
type: 'docker',
trigger: {
branch: ['this'],
event: ['tag'],
},
clone: {

View File

@ -15,4 +15,10 @@ steps:
- echo $${DRONE_COMMIT}
- echo $${DRONE_TAG}
trigger:
branch:
- this
event:
- tag
...