From f621218b46acb88fecc9d02faefecbf49b8bddcb Mon Sep 17 00:00:00 2001 From: erciccione Date: Mon, 11 Sep 2023 10:01:12 +0200 Subject: [PATCH] workflow: don't run ci if only docs or readme are edited --- .github/workflows/ci-master.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 6b2bb8af21..f0e631ccec 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -1,9 +1,15 @@ name: Continuous Integration on Master on: push: + paths-ignore: + - 'doc/**' + - '**/README.md' branches: - master pull_request: + paths-ignore: + - 'doc/**' + - '**/README.md' branches: - master env: