From b921296cbe3ab4bc40387a0f8419486b6a932236 Mon Sep 17 00:00:00 2001 From: Brandon Rhodes Date: Mon, 5 Feb 2024 14:01:17 -0500 Subject: [PATCH] Fix branch name in GitHub Actions workflows --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a67e5a5..c53bbf5 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,11 +3,11 @@ name: ci on: push: branches: - - master + - main pull_request: branches: - - master + - main jobs: compile-linux-and-test: