From 6f7745730720ea2263863c06655f7a2ecc775bc0 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Tue, 7 Sep 2021 10:05:31 +0200 Subject: [PATCH] Add 0.x branch to drone --- .drone.star | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.star b/.drone.star index d39e0b5..24b8aec 100644 --- a/.drone.star +++ b/.drone.star @@ -13,6 +13,7 @@ config = { }, "branches": [ "master", + "0.x", ], "codestyle": True, "phpstan": True,