diff --git a/README.md b/README.md index b11b2c1..a9b7339 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ These components are designed to work without requiring any content from the leg + XDSP.h - Digital Signal Processing helper functions +* ``build\`` + + + Contains YAML files for the build pipelines along with some miscellaneous build files and scripts. + ## Documentation Documentation is available on the [Microsoft Docs](https://docs.microsoft.com/en-us/windows/desktop/dxmath/directxmath-portal). Additional information can be found on the [project wiki](https://github.com/microsoft/DirectXMath/wiki). diff --git a/build/DirectXMath-GitHub-Dev17.yml b/build/DirectXMath-GitHub-Dev17.yml index 2c11bfc..ae7ea23 100644 --- a/build/DirectXMath-GitHub-Dev17.yml +++ b/build/DirectXMath-GitHub-Dev17.yml @@ -18,7 +18,14 @@ resources: type: git ref: refs/heads/main trigger: - - main + branches: + include: + - main + paths: + exclude: + - README.md + - HISTORY.md + - SECURITY.md name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) diff --git a/build/DirectXMath-GitHub.yml b/build/DirectXMath-GitHub.yml index 6616a58..393762b 100644 --- a/build/DirectXMath-GitHub.yml +++ b/build/DirectXMath-GitHub.yml @@ -18,7 +18,14 @@ resources: type: git ref: refs/heads/main trigger: - - main + branches: + include: + - main + paths: + exclude: + - README.md + - HISTORY.md + - SECURITY.md name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)