From b4740ad3953850df228e6fbffb69304e299064e7 Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 26 Nov 2020 19:14:00 +0100 Subject: [PATCH] Update README.md (#4189) * Update README.md * don't run on .md-only changes --- .github/workflows/macos-builds.yml | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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/)