We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0b457 commit 038fdefCopy full SHA for 038fdef
.github/workflows/benchmark.yml
@@ -2,6 +2,19 @@ name: Benchmark this PR
2
on:
3
pull_request_target:
4
branches: [ main ] # change to your default branch
5
+ paths-ignore:
6
+ - 'CITATION.bib'
7
+ - 'LICENSE.md'
8
+ - 'README.md'
9
+ - '.zenodo.json'
10
+ - '.github/workflows/benchmark.yml'
11
+ - '.github/workflows/CompatHelper.yml'
12
+ - '.github/workflows/Documenter.yml'
13
+ - '.github/workflows/Format-check.yml'
14
+ - '.github/workflows/TagBot.yml'
15
+ - '.github/workflows/SpellCheck.yml'
16
+ - 'benchmark/**'
17
+ - 'docs/**'
18
permissions:
19
pull-requests: write # action needs to post a comment
20
0 commit comments