add badges and proper triggers

This commit is contained in:
Alex Janka 2023-04-06 14:52:08 +10:00
parent 737fc09547
commit b06743c82e
2 changed files with 4 additions and 1 deletions

View file

@ -3,7 +3,7 @@ name: Build Emulator
on:
push:
branches: [ "main" ]
# paths: ["gb-emu/**", "lib/**", "vendored/**"]
paths: ["gb-emu/**", "lib/**", "vendored/**"]
env:
CARGO_TERM_COLOR: always

3
README.md Normal file
View file

@ -0,0 +1,3 @@
[![Build Emulator](https://github.com/italicsjenga/gb-emu/actions/workflows/build-emu.yml/badge.svg)](https://github.com/italicsjenga/gb-emu/actions/workflows/build-emu.yml)
[![Build VST](https://github.com/italicsjenga/gb-emu/actions/workflows/build-vst.yml/badge.svg)](https://github.com/italicsjenga/gb-emu/actions/workflows/build-vst.yml)