Fix build badge in README.md
This commit is contained in:
parent
636cbea59c
commit
a1cf93e605
|
@ -1,6 +1,11 @@
|
||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on: [ push, pull_request ]
|
on:
|
||||||
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- '*.md'
|
||||||
|
- 'LICENSE*'
|
||||||
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_BIN_NAME: dtk
|
CARGO_BIN_NAME: dtk
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# decomp-toolkit [![Build Status]][actions]
|
# decomp-toolkit [![Build Status]][actions]
|
||||||
|
|
||||||
[Build Status]: https://github.com/encounter/decomp-toolkit/actions/workflows/build.yaml/badge.svg
|
[Build Status]: https://github.com/encounter/decomp-toolkit/actions/workflows/build.yml/badge.svg
|
||||||
[actions]: https://github.com/encounter/decomp-toolkit/actions
|
[actions]: https://github.com/encounter/decomp-toolkit/actions
|
||||||
|
|
||||||
GameCube/Wii decompilation project tools.
|
GameCube/Wii decompilation project tools.
|
||||||
|
|
Loading…
Reference in New Issue