diff --git a/.drone.yml b/.drone.yml index 13eff1b..43e3f2b 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: 3b85891d147a59ec71d6c83bc3ceec47eedcf535a7ef765839b57412d70fbcec +hmac: bee643af47e57c2d6b21d7e68ec424d25e3aa6bde2926d10b57d7260953a25d5 ...