From e503d1f4323730f207976658612923ea0edb27b3 Mon Sep 17 00:00:00 2001 From: Kevin Mauel Date: Sun, 15 Sep 2024 19:41:05 +0200 Subject: [PATCH] fix: include release branches in ci workflow --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 01d7e2b..433a5dd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,7 @@ on: push: branches: - master + - release@* paths-ignore: - '.git-hooks/*' - '.github/**'