mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-10 04:10:51 +02:00
No need to run the sanity test on the auto-generated libretro branch commits
This commit is contained in:
7
.github/workflows/sanity.yml
vendored
7
.github/workflows/sanity.yml
vendored
@@ -1,5 +1,10 @@
|
||||
name: "Bulidability and Sanity"
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- '*'
|
||||
- '!libretro'
|
||||
|
||||
jobs:
|
||||
sanity:
|
||||
|
Reference in New Issue
Block a user