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: