File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
uses : ./.github/workflows/_build-emacs.yml
46
46
with :
47
47
name : mps-${{ matrix.build_native_comp == 'no' && 'no_native_comp' || 'native_comp' }}
48
- branch : scratch /igc
48
+ branch : feature /igc
49
49
build_gui : ${{ matrix.build_gui }}
50
50
build_native_comp : ${{ matrix.build_native_comp }}
51
51
do_test : false
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This repo builds Emacs as AppImages for x86-64 linux systems.
16
16
* [ ![ release] ( https://github.com/blahgeek/emacs-appimage/actions/workflows/release.yml/badge.svg )] ( https://github.com/blahgeek/emacs-appimage/releases?q=Release&expanded=true )
17
17
- ** Daily master build**
18
18
* [ ![ daily-master] ( https://github.com/blahgeek/emacs-appimage/actions/workflows/daily-master.yml/badge.svg )] ( https://github.com/blahgeek/emacs-appimage/releases?q=Daily+master+build&expanded=true )
19
- - ** NEW! Weekly mps build** : the experimental MPS GC feature from ` scratch /igc` branch. This version does not supports pgtk yet.
19
+ - ** NEW! Weekly mps build** : the experimental MPS GC feature from ` feature /igc` branch. This version does not supports pgtk yet.
20
20
* [ ![ daily-mps] ( https://github.com/blahgeek/emacs-appimage/actions/workflows/daily-mps.yml/badge.svg )] ( https://github.com/blahgeek/emacs-appimage/releases?q=Daily+mps+build&expanded=true )
21
21
22
22
## Version string meanings
You can’t perform that action at this time.
0 commit comments