Fix build badge in README.md

This commit is contained in:
Luke Street 2022-11-27 17:10:58 -05:00
parent 636cbea59c
commit a1cf93e605
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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.