mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Remove the libretro-compat branch from the autobuild
This commit is contained in:
parent
54e819f89c
commit
61316e4c03
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', 'libretro-compat']
|
||||
branches: ['dev', 'autobuild', 'libretro']
|
||||
paths-ignore: ['*.md', '*.json', '*.png']
|
||||
pull_request:
|
||||
branches: ['dev', 'autobuild', 'libretro', 'libretro-compat']
|
||||
branches: ['dev', 'autobuild', 'libretro']
|
||||
paths-ignore: ['*.md', '*.json', '*.png']
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue