1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-09-18 22:29:53 +00:00

Tweak CI build triggers

This commit is contained in:
Chuck Walbourn 2022-12-06 13:00:57 -08:00
parent 5d89f10d10
commit 17cb43de7e
3 changed files with 20 additions and 2 deletions

View File

@ -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).

View File

@ -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)

View File

@ -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)