From 09272474d40ccf2925bdb25172bf97709621d1de Mon Sep 17 00:00:00 2001
From: Lars Seipel <ls@slrz.net>
Date: Wed, 15 Jan 2025 12:47:28 +0100
Subject: [PATCH] build: run CI on hdacloud branch

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

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