git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 8edbbbdf49f254c30229a843761d23a95e662bba
parent 0cf095dd21a88cd3d01cfe640a0d382e8b3d76b8
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun, 29 Jan 2023 00:06:41 +0200

No need to run the sanity test on the auto-generated libretro branch commits

Diffstat:
M.github/workflows/sanity.yml7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml @@ -1,5 +1,10 @@ name: "Bulidability and Sanity" -on: push +on: + push: + branches: + - master + - '*' + - '!libretro' jobs: sanity:

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.