From a5d14abecdd2e21f25db52bb5f2e4ed7a0ec5312 Mon Sep 17 00:00:00 2001 From: Takamitsu Endo Date: Tue, 25 Jun 2024 20:42:05 +0900 Subject: [PATCH] Update README.md --- .github/workflows/build.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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).