We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636cbea commit a1cf93eCopy full SHA for a1cf93e
.github/workflows/build.yml
@@ -1,6 +1,11 @@
1
name: Build
2
3
-on: [ push, pull_request ]
+on:
4
+ push:
5
+ paths-ignore:
6
+ - '*.md'
7
+ - 'LICENSE*'
8
+ pull_request:
9
10
env:
11
CARGO_BIN_NAME: dtk
README.md
@@ -1,6 +1,6 @@
# 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
GameCube/Wii decompilation project tools.
0 commit comments