diff --git a/.drone.yml b/.drone.yml index 57ab27b..80c1dd5 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 @@ -122,6 +128,9 @@ trigger: - refs/pull/** - refs/tags/** +depends_on: +- test + --- kind: pipeline name: notifications @@ -188,6 +197,6 @@ depends_on: --- kind: signature -hmac: c19205ad502be6b254e0aabf37d0cda2f4eab34094ea362880d1e4454237db2d +hmac: 6338abaf08ec19d40694e067903bfb9091577a2ac7291c7dd2d85e6ad303f22a ...