File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ name: Build & Test
1717#
1818# 2. The `install` job's matrix and name must produce the SAME check
1919# names as build-and-test.yml: "install (20.x)", "install (22.x)",
20- # "install (24.x)", "install (25.x)".
20+ # "install (24.x)", "install (25.x)", "install (26.x)" .
2121#
2222# 3. The `paths` list below must be the INVERSE of the `paths-ignore`
2323# list in build-and-test.yml. If you exclude a path there, include it
5151 - ' .github/workflows/scorecard.yml'
5252 - ' .github/workflows/sign-release.yml'
5353 - ' .github/workflows/slsa-provenance.yml'
54+ - ' .github/workflows/legacy-browsers.yml'
5455
5556permissions :
5657 contents : read
Original file line number Diff line number Diff line change 3333 - ' .github/workflows/scorecard.yml'
3434 - ' .github/workflows/sign-release.yml'
3535 - ' .github/workflows/slsa-provenance.yml'
36+ - ' .github/workflows/legacy-browsers.yml'
3637 pull_request :
3738 paths-ignore :
3839 - ' **/*.md'
5657 - ' .github/workflows/scorecard.yml'
5758 - ' .github/workflows/sign-release.yml'
5859 - ' .github/workflows/slsa-provenance.yml'
60+ - ' .github/workflows/legacy-browsers.yml'
5961
6062permissions :
6163 contents : read
You can’t perform that action at this time.
0 commit comments