From 40c0b4e78f0228f0bdce654d25aeb94e322bb953 Mon Sep 17 00:00:00 2001 From: Dennis Ploeger Date: Wed, 27 Oct 2021 17:30:29 +0200 Subject: [PATCH] chore: Make fanout run on develop as well --- .github/workflows/fanout.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/fanout.yml b/.github/workflows/fanout.yml index 7e4976ad..1699cd41 100644 --- a/.github/workflows/fanout.yml +++ b/.github/workflows/fanout.yml @@ -4,6 +4,7 @@ on: push: branches: - "main" + - "develop" concurrency: fanout-${{ github.ref }}