From 833f6164597fb38a32e40f083b4d1c851555f6ae Mon Sep 17 00:00:00 2001 From: markusC64 Date: Fri, 20 Jan 2023 20:24:35 +0100 Subject: [PATCH] Enable build an all branches --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 538cd7a..38f0515 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,7 @@ name: CI on: push: branches: - - devel_lcd - - testing* + - '*' jobs: build: