From 7f1a3cfd685627b65256f436f88a9d51c8ab0076 Mon Sep 17 00:00:00 2001 From: Robert Zaage Date: Mon, 4 Jul 2022 05:51:24 +0000 Subject: [PATCH] Added build on push trigger to drone definition --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9f4eafe..701758f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,10 @@ kind: pipeline type: docker name: Container Build +trigger: + event: + - push + steps: - name: Build image: fedora:latest