mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-05 13:43:04 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['dev', 'autobuild', 'libretro']
|
branches: ['dev', 'autobuild', 'libretro', 'libretro-compat']
|
||||||
paths-ignore: ['*.md', '*.json', '*.png']
|
paths-ignore: ['*.md', '*.json', '*.png']
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ['dev', 'autobuild', 'libretro']
|
branches: ['dev', 'autobuild', 'libretro', 'libretro-compat']
|
||||||
paths-ignore: ['*.md', '*.json', '*.png']
|
paths-ignore: ['*.md', '*.json', '*.png']
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue