From 42e512e40c4a0305048b8e889347321426d7cc9b Mon Sep 17 00:00:00 2001 From: "Florine W. Dekker" Date: Fri, 1 Dec 2023 18:12:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=AA=20mommy=20skips=20checks=20if=20bo?= =?UTF-8?q?ring=20files=20are=20changed~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 967c9b7..e05ae78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,14 @@ name: CI -on: [ push, pull_request ] +on: + push: + paths-ignore: + - 'README.md' + - '.github/img/**' + pull_request: + paths-ignore: + - 'README.md' + - '.github/img/**' jobs: test-linux: