From 8be0241573f0cf1bf1bac92b5e92d4c85ab44a76 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 8 Jul 2021 07:07:56 +0200 Subject: [PATCH] Build images for feat/** branches --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42959c3b5..2606cac4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: - master - stable - develop + - feat/** tags: release: types: [published]