From b9bf2635ab6d0ef5141b0167bc6298d6d1c1edda Mon Sep 17 00:00:00 2001 From: riscy Date: Thu, 23 Nov 2023 22:38:32 -0800 Subject: [PATCH] update CI_BRANCH on magit (master -> main) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 416d622..22253bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: - name: Test 'magit' Recipe # magit is a large recipe env: - CI_BRANCH: master # always build the master branch on this repo + CI_BRANCH: main # always build the master branch on this repo EXPECT_ERROR: 2 # we expect it to have some nags run: RECIPE='(magit :fetcher github :repo "magit/magit" :files ("lisp/magit" "lisp/magit*.el" "lisp/git-rebase.el" "Documentation/magit.texi" "Documentation/AUTHORS.md" "LICENSE" (:exclude "lisp/magit-libgit.el")))' make