diff --git a/.drone.yml b/.drone.yml index 64ad4cb..caab516 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 @@ -113,6 +119,9 @@ trigger: - refs/pull/** - refs/tags/** +depends_on: +- test + --- kind: pipeline name: notifications @@ -179,6 +188,6 @@ depends_on: --- kind: signature -hmac: 862bf519a4ce336b339346dc7f00d7a823fcb4167250d9626e1035ba367efb3f +hmac: b7f1102a68ff9c00456f1c4c51cb66a0938cbba7a81279be06140598b2b5d0e5 ...