mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-06-10 00:23:28 +00:00
Fix build badge in README.md
This commit is contained in:
parent
636cbea59c
commit
a1cf93e605
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -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…
x
Reference in New Issue
Block a user