From 42ef04900cb3894e29b6d3faa6e10180f540a8ce Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Wed, 22 Feb 2023 13:50:58 +0100 Subject: [PATCH] Update ci-selftests.yml --- .github/workflows/ci-selftests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-selftests.yml b/.github/workflows/ci-selftests.yml index fe8921055..5bf036495 100644 --- a/.github/workflows/ci-selftests.yml +++ b/.github/workflows/ci-selftests.yml @@ -3,8 +3,14 @@ name: CI-selftests on: push: branches: [ "v2.x" ] + paths-ignore: + - '.github/**' + - '**.md' pull_request: branches: [ "v2.x" ] + paths-ignore: + - '.github/**' + - '**.md' # schedule: # - cron: '15 13 * * 3' workflow_dispatch: