From 0f2734a72bc2ad9fd6ce643d159236b992feb245 Mon Sep 17 00:00:00 2001 From: Joel16 Date: Tue, 15 Oct 2024 19:47:41 -0400 Subject: [PATCH] ci: Build master branch --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e802ae..6ab2e87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: C/C++ CI on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: build: