update CI_BRANCH on magit (master -> main)

This commit is contained in:
riscy 2023-11-23 22:38:32 -08:00
parent 19cb45d91b
commit b9bf2635ab

View file

@ -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