diff --git a/.drone.yml b/.drone.yml index 540b55e..744651b 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: 070cbdd3a6ba3012dfcfcde85a3bc3877f108c4203892c5c3cf69fa3e2f5508e +hmac: 954b62b8443a82f6c7900801e683f22d1cef0d4b93e8b53336f8ca574efc50b0 ...