add badges and proper triggers
This commit is contained in:
parent
737fc09547
commit
b06743c82e
2 changed files with 4 additions and 1 deletions
2
.github/workflows/build-emu.yml
vendored
2
.github/workflows/build-emu.yml
vendored
|
@ -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
3
README.md
Normal 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)
|
Loading…
Add table
Reference in a new issue