mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-04 05:03:10 +02:00
Add libretro-compat branch to autobuild
This commit is contained in:
parent
42c4ff9497
commit
b70c61e095
1 changed files with 2 additions and 2 deletions
4
.github/workflows/autobuild.yml
vendored
4
.github/workflows/autobuild.yml
vendored
|
@ -3,10 +3,10 @@ name: Automatic Build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ['dev', 'autobuild', 'libretro']
|
||||
branches: ['dev', 'autobuild', 'libretro', 'libretro-compat']
|
||||
paths-ignore: ['*.md', '*.json', '*.png']
|
||||
pull_request:
|
||||
branches: ['dev', 'autobuild', 'libretro']
|
||||
branches: ['dev', 'autobuild', 'libretro', 'libretro-compat']
|
||||
paths-ignore: ['*.md', '*.json', '*.png']
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue