From 44adae82b5363c72894f19b644d4418fb4159a5d Mon Sep 17 00:00:00 2001 From: dmaivel Date: Sun, 3 Dec 2023 18:10:14 -0500 Subject: [PATCH] Use `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 e883238..546b50c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Build SharedGL for Linux and Windows on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] jobs: build: