diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index f64f5e6710..3ad3e15325 100644 --- a/.drone.yml +++ b/.drone.yml @@ -480,6 +480,9 @@ platform: os: linux arch: amd64 +workspace: + path: /source + trigger: branch: - master @@ -574,6 +577,9 @@ platform: os: linux arch: amd64 +workspace: + path: /source + trigger: event: - tag |