From bb829090e55f344c42c6335f58ac3d3a3e413642 Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Fri, 12 Apr 2024 16:10:11 +0200 Subject: [PATCH] Trigger CI when pushing to alpha-dev, as long as it exists --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d43008082..453976bc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: - main - dev + - alpha-dev pull_request: branches: - main