diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index bc385777..8949d35c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -2,6 +2,17 @@ name: Benchmark this PR on: pull_request_target: branches: [ main ] # change to your default branch + paths-ignore: + - 'CITATION.bib' + - 'LICENSE.md' + - 'README.md' + - '.zenodo.json' + - '.github/workflows/CompatHelper.yml' + - '.github/workflows/Documenter.yml' + - '.github/workflows/Format-check.yml' + - '.github/workflows/TagBot.yml' + - '.github/workflows/SpellCheck.yml' + - 'docs/**' permissions: pull-requests: write # action needs to post a comment