diff --git a/.drone.yml b/.drone.yml index b8da93f..0b9aa9f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,12 @@ steps: commands: - markdownlint 'README.md' +trigger: + ref: + - refs/heads/master + - refs/pull/** + - refs/tags/** + --- kind: pipeline name: build-container @@ -110,6 +116,9 @@ trigger: - refs/pull/** - refs/tags/** +depends_on: +- test + --- kind: pipeline name: notifications @@ -176,6 +185,6 @@ depends_on: --- kind: signature -hmac: 22facbc4071563f5e70469cc468ad046a6ce022e39fa98999c44bf1813e53b4e +hmac: 70e1d24dc7a7922ce7cb810481ba12a10e70fb41f5012d242393760f7c81c964 ...