diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13c9eb6b..04f4d7eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ on: - 'master' - 'docs' paths-ignore: + - 'README.md' - 'docs/**' tags: - '*' diff --git a/README.md b/README.md index a318109c..c9e3b358 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Packaged plugins are available at [Releases ยท ryukau/VSTPlugins](https://github If you have something related to plugin development, but not a bug report, feel free to use [discussion](https://github.com/ryukau/VSTPlugins/discussions) in this repository. -You can fund the development via [paypal.me/ryukau](https://www.paypal.com/paypalme/ryukau). Primary goal is to get ARM mac for macOS port. +You can fund the development via [paypal.me/ryukau](https://www.paypal.com/paypalme/ryukau). ## Build Instruction See [build_instruction.md](https://github.com/ryukau/VSTPlugins/blob/master/build_instruction.md).