Skip to content

Commit a1cf93e

Browse files
committed
Fix build badge in README.md
1 parent 636cbea commit a1cf93e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Build
22

3-
on: [ push, pull_request ]
3+
on:
4+
push:
5+
paths-ignore:
6+
- '*.md'
7+
- 'LICENSE*'
8+
pull_request:
49

510
env:
611
CARGO_BIN_NAME: dtk

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# decomp-toolkit [![Build Status]][actions]
22

3-
[Build Status]: https://github.com/encounter/decomp-toolkit/actions/workflows/build.yaml/badge.svg
3+
[Build Status]: https://github.com/encounter/decomp-toolkit/actions/workflows/build.yml/badge.svg
44
[actions]: https://github.com/encounter/decomp-toolkit/actions
55

66
GameCube/Wii decompilation project tools.

0 commit comments

Comments
 (0)