File tree Expand file tree Collapse file tree 4 files changed +12
-16
lines changed Expand file tree Collapse file tree 4 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,10 @@ common:
1818 name : " TRIGGER_BUILD"
1919 ignore :
2020 - " *.md"
21- - " *.json"
21+ - " .*"
22+ - " julia.spdx.json"
2223 - " CITATION.*"
23- - " .gitignore"
24- - " .clangd"
25- - " .mailmap"
24+ - " typos.toml"
2625 # TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main
2726 # when running tests in Julia-CI/julia-buildkite,
2827 # but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master
Original file line number Diff line number Diff line change @@ -6,11 +6,10 @@ common:
66 name : " TRIGGER_BUILD"
77 ignore :
88 - " *.md"
9- - " *.json"
9+ - " .*"
10+ - " julia.spdx.json"
1011 - " CITATION.*"
11- - " .gitignore"
12- - " .clangd"
13- - " .mailmap"
12+ - " typos.toml"
1413 # TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main
1514 # when running tests in Julia-CI/julia-buildkite,
1615 # but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master
Original file line number Diff line number Diff line change @@ -18,11 +18,10 @@ common:
1818 name : " TRIGGER_BUILD"
1919 ignore :
2020 - " *.md"
21- - " *.json"
21+ - " .*"
22+ - " julia.spdx.json"
2223 - " CITATION.*"
23- - " .gitignore"
24- - " .clangd"
25- - " .mailmap"
24+ - " typos.toml"
2625 # TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main
2726 # when running tests in Julia-CI/julia-buildkite,
2827 # but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master
Original file line number Diff line number Diff line change @@ -6,11 +6,10 @@ common:
66 name : " TRIGGER_BUILD"
77 ignore :
88 - " *.md"
9- - " *.json"
9+ - " .*"
10+ - " julia.spdx.json"
1011 - " CITATION.*"
11- - " .gitignore"
12- - " .clangd"
13- - " .mailmap"
12+ - " typos.toml"
1413 # TODO: Need this option because BUILDKITE_PULL_REQUEST_BRANCH=main
1514 # when running tests in Julia-CI/julia-buildkite,
1615 # but for PRs against Julia/JuliaLang BUILDKITE_PULL_REQUEST_BRANCH=master
You can’t perform that action at this time.
0 commit comments