diff --git a/.github/workflows/macos-builds.yml b/.github/workflows/macos-builds.yml index 151486bd..6c91cdcb 100644 --- a/.github/workflows/macos-builds.yml +++ b/.github/workflows/macos-builds.yml @@ -4,9 +4,13 @@ on: push: branches: - master + paths-ignore: + - '**.md' pull_request: branches: - master + paths-ignore: + - '**.md' release: types: - published diff --git a/README.md b/README.md index a1834da3..439708c5 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Check out our [Translator FAQ](https://github.com/Cockatrice/Cockatrice/wiki/Tra -**Detailed compiling instructions are on the Cockatrice wiki under [Compiling Cockatrice](https://github.com/Cockatrice/Cockatrice/wiki/Compiling-Cockatrice)** +**Detailed compiling instructions can be found on the Cockatrice wiki under [Compiling Cockatrice](https://github.com/Cockatrice/Cockatrice/wiki/Compiling-Cockatrice)** Dependencies: *(for minimum requirements search our [CMake file](https://github.com/Cockatrice/Cockatrice/blob/master/CMakeLists.txt))* - [Qt](https://www.qt.io/developers/)