From a82785b216f49a8e136832059a47eaf92c2e8f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Wed, 3 Jul 2024 12:22:11 +0200 Subject: [PATCH] ci: Tweak ci so it doesn't run without meaningful changes --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9386361..47e27c62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,19 @@ on: push: branches: - '*' + paths: + - test/** + - native/** + - .github/workflows/ci.yml + - Doxyfile pull_request: branches: - '*' + paths: + - test/** + - native/** + - .github/workflows/ci.yml + - Doxyfile jobs: cmake-fedora-latest: