From 6f2d67e3a1d2d389edb4e6a366cd3b807b2190c4 Mon Sep 17 00:00:00 2001 From: Vasilis Michaleas <68393224+BillyMich@users.noreply.github.com> Date: Thu, 30 Nov 2023 17:08:00 +0200 Subject: [PATCH] Update c-workflow-for-main-makefile.yml --- .github/workflows/c-workflow-for-main-makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-workflow-for-main-makefile.yml b/.github/workflows/c-workflow-for-main-makefile.yml index df47e94..6f88a7e 100644 --- a/.github/workflows/c-workflow-for-main-makefile.yml +++ b/.github/workflows/c-workflow-for-main-makefile.yml @@ -2,7 +2,7 @@ name: C CI for Main Makefile on: pull_request: - branches: [ "master" ] + branches: [ "Master" ] jobs: build-and-test: