From ba5652f3b6aedf4d9d3a95079cf5b96de8de5c63 Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Tue, 30 Nov 2021 10:31:45 +0100 Subject: [PATCH] Update makefile.yml Adding develop branch to auto tests --- .github/workflows/makefile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index c99ba3c..6855c3f 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -2,9 +2,9 @@ name: Makefile CI on: push: - branches: [ main ] + branches: [ main, develop ] pull_request: - branches: [ main ] + branches: [ main, develop ] jobs: build: