From 8155b23435869128fd4aef4db2ed501380d39211 Mon Sep 17 00:00:00 2001 From: Peter Kaloroumakis Date: Tue, 17 Sep 2024 16:39:59 -0600 Subject: [PATCH] closes #78 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba17465..39deaf1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: Tests & Build on: push: - branches: [ develop, "release/**", "feature/**" ] + branches: [ master, develop, "release/**", "feature/**" ] pull_request: branches: [ develop ]