diff --git a/.drone.yml b/.drone.yml index 3ed2046..92a8799 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 @@ -102,6 +108,9 @@ trigger: - refs/pull/** - refs/tags/** +depends_on: +- test + --- kind: pipeline name: notifications @@ -168,6 +177,6 @@ depends_on: --- kind: signature -hmac: 4d2e45acf53dbe58926f40799811c697f9340e890e4abf35a903780ef5986a80 +hmac: 51e5004e764fdbe1badbf381966ee2bf1bacdd3e61adea396a941878c5797a01 ...