mirror of
https://github.com/vale981/melpazoid
synced 2025-03-04 17:01:40 -05:00
update CI_BRANCH on magit (master -> main)
This commit is contained in:
parent
19cb45d91b
commit
b9bf2635ab
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue