CI: Fix triggers for pipeline changes (#76594)
authorAnkit Jain <radical@gmail.com>
Tue, 4 Oct 2022 15:59:16 +0000 (11:59 -0400)
committerGitHub <noreply@github.com>
Tue, 4 Oct 2022 15:59:16 +0000 (11:59 -0400)
commit62242230b91a865e0bcc9ca833738e94f2bfa825
tree644e658f04fd0aca7a1e15f904ce350096c16439
parent04f67a585bfe5a03a823a844ad1632246a343b26
CI: Fix triggers for pipeline changes (#76594)

* CI: Fix triggers for pipeline changes

Revert to the earlier triggers which excluded coreclr, installer, or
mono ymls, for the relevant subsets. For example:

```yml
    subset: coreclr
    exclude:
      - eng/pipelines/installer/*
      - eng/pipelines/mono/*
      - eng/pipelines/libraries/*
```

Prompted by https://github.com/dotnet/runtime/pull/76057#issuecomment-1266509928

* C: trigger wasm jobs on wasm yml changes
eng/pipelines/common/evaluate-default-paths.yml