From 99b0abe7fe211ba66d36679c5d2bc8580f867b68 Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 26 Nov 2020 03:14:05 +0100 Subject: [PATCH] GitHub Actions: don't run on .md only changes (#4183) --- .github/workflows/linux-builds.yml | 4 ++++ README.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux-builds.yml b/.github/workflows/linux-builds.yml index d228da747..d6bfa0d2d 100644 --- a/.github/workflows/linux-builds.yml +++ b/.github/workflows/linux-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 bb7ab5d2a..a1834da34 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Cockatrice uses the [Google Developer Documentation Style Guide](https://develop - [reddit r/Cockatrice](https://reddit.com/r/cockatrice) -# Translations [![Cockatrice on Transiflex](https://tx-assets.scdn5.secure.raxcdn.com/static/charts/images/tx-logo-micro.c5603f91c780.png)](https://www.transifex.com/projects/p/cockatrice/) +# Translations [![Cockatrice on Transifex](https://tx-assets.scdn5.secure.raxcdn.com/static/charts/images/tx-logo-micro.c5603f91c780.png)](https://www.transifex.com/projects/p/cockatrice/) Cockatrice uses Transifex for translations. You can help us bring Cockatrice and Oracle to your language or just edit single wordings right from within your browser by visiting our [Transifex project page](https://www.transifex.com/projects/p/cockatrice/).
@@ -163,6 +163,7 @@ A out of box working docker-compose file has been added to help setup in Windows Docker in Windows requires additional steps in form of using Docker Desktop to allow resource sharing from the drive the volumes are mapped from, as well as potential workarounds needed to get file sharing working in Windows. This [StackOverflow discussion sheds some light on it](https://stackoverflow.com/questions/42203488/settings-to-windows-firewall-to-allow-docker-for-windows-to-share-drive) + # License [![GPLv2 License](https://img.shields.io/github/license/Cockatrice/Cockatrice.svg)](https://github.com/Cockatrice/Cockatrice/blob/master/LICENSE) Cockatrice is free software, licensed under the [GPLv2](https://github.com/Cockatrice/Cockatrice/blob/master/LICENSE).