From 4540043c4946cc60598efeb2431570dfb74278aa Mon Sep 17 00:00:00 2001 From: Enrico Minack Date: Mon, 4 Jul 2022 10:45:14 +0100 Subject: [PATCH] Run CI/CD on push to all branches that start with master --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e9b65ba5..f559cea2 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -3,7 +3,7 @@ name: CI/CD on: push: branches: - - master + - 'master*' - 'devel-*' tags: - '*'