diff --git a/.drone.yml b/.drone.yml index bce45e9..ebc1ead 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: b89700fb4739ee007a7da464088b97bb2f6334a8899731378eabf868a193219e +hmac: 97a62bacf999198051267fb01d859c7b514a667d4dd4e2c1872cd9ce121e1c3a ...