diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 657113a..047679b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -8,9 +8,13 @@ name: "CodeQL" on: push: branches: [main] + paths-ignore: + - 'docs/**' pull_request: # The branches below must be a subset of the branches above branches: [main] + paths-ignore: + - 'docs/**' schedule: - cron: '0 13 * * 3' diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 9319c2e..91bef53 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -6,8 +6,12 @@ name: Gradle Build on: push: branches: [ main ] + paths-ignore: + - 'docs/**' pull_request: branches: [ main ] + paths-ignore: + - 'docs/**' jobs: build: diff --git a/docs/index.md b/docs/index.md index f901b6e..00edd5f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,9 @@ JAR file: [minegasm-0.1.1.jar](https://github.com/RainbowVille/minegasm/releases In theory, this mod should be compatible with any devices on this list: [IoST Index – Vibrators with Buttplug.io Support](https://iostindex.com/?filter0ButtplugSupport=4&filter1Features=OutputsVibrators) It has been confirmed to work with: -- [Lovense Hush](https://www.lovense.com/r/zrzb5e) +- [Lovense Edge](https://www.lovense.com/r/qvl9jn) (prostate massager) +- [Lovense Hush](https://www.lovense.com/r/zrzb5e) (butt plug) +- [Lovense Max 2](https://www.lovense.com/r/n4x2bh) (male masturbator) ## Troubleshooting As with a lot of computer issues, the very first thing you should try is to restart everything. While not strictly necessary, we recommend that you start your device and the Intiface server before Minecraft. This should solve most intermittent issues.