From 102452b51cd86879131fe9674e6547e05e2cbffa Mon Sep 17 00:00:00 2001
From: Lars Seipel <ls@slrz.net>
Date: Mon, 24 Feb 2025 22:14:13 +0100
Subject: [PATCH] build: run on pushes to all branches

---
 .github/workflows/ci.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 2387a564..29447500 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -2,7 +2,6 @@ name: CI
 
 on:
   push:
-    branches: [ hdacloud ]
   pull_request:
 
 permissions:
-- 
GitLab