diff --git a/.drone.yml b/.drone.yml index a35fb68..f309bc8 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: 6f0119f45c5fae5dcd2e04b53cf3a07c15290d7375178f660231a532edddc10a +hmac: 7a054ffb0918a7156e2fe351161a33e10f6adf64729226d4a6bdd8a2c0b6a6f2 ...