From cfa3cb2d1fcca4b8f6e187ec31dcb459f2022226 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 10 Jun 2024 20:10:01 +0200 Subject: [PATCH] enabled CI for this branch --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79a66d15..00201efd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ on: - feature/** - fix/** - pr/** + - ci/** concurrency: group: ${{format('{0}:{1}', github.repository, github.ref)}}