From 9448ecdd54df50fe16c131c559c00d0125c216c4 Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Thu, 2 Feb 2023 12:06:19 +0200 Subject: [PATCH] Ignore README changes in e2e workflow Signed-off-by: Dimitris Karakasilis --- .github/workflows/e2e-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index cf30184..d578915 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -1,9 +1,13 @@ name: End to end tests on: push: + paths-ignore: + - 'README.md' branches: - main pull_request: + paths-ignore: + - 'README.md' jobs: e2e-tests: