Remove the libretro-compat branch from the autobuild

This commit is contained in:
刘皓 2025-03-16 23:01:19 -04:00
parent 54e819f89c
commit 61316e4c03
No known key found for this signature in database
GPG key ID: 7901753DB465B711

View file

@ -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: