From 8fc9097176795751ecad279f78d9a1342ed1ccd1 Mon Sep 17 00:00:00 2001 From: Konstantinos Paparas Date: Thu, 19 Sep 2024 14:39:25 +0200 Subject: [PATCH] ci: enable workflow for bugfixes and develop branches --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c222ae6..e49642e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,13 @@ on: push: branches: - main + - bugfixes + - develop pull_request: branches: - main + - bugfixes + - develop concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}