diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9386361..ecd0d872 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,17 @@ on: push: branches: - '*' + paths-ignore: + - '.gitignore' + - '**.md' + - 'LICENSE' pull_request: branches: - '*' + paths-ignore: + - '.gitignore' + - '**.md' + - 'LICENSE' jobs: cmake-fedora-latest: