build on tag
This commit is contained in:
parent
2854776891
commit
85f938a45b
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build-emu.yml
vendored
4
.github/workflows/build-emu.yml
vendored
|
@ -2,8 +2,8 @@ name: Build Emulator
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
tags:
|
||||||
paths: ["gb-emu/**", "lib/**", "vendored/**", "Cargo.toml"]
|
- '**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
4
.github/workflows/build-vst.yml
vendored
4
.github/workflows/build-vst.yml
vendored
|
@ -2,8 +2,8 @@ name: Build VST
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
tags:
|
||||||
paths: ["gb-vst/**", "lib/**", "vendored/**", "Cargo.toml"]
|
- '**'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
Loading…
Add table
Reference in a new issue