Skip to content

Commit 17cb43d

Browse files
committed
Tweak CI build triggers
1 parent 5d89f10 commit 17cb43d

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ These components are designed to work without requiring any content from the leg
4949

5050
+ XDSP.h - Digital Signal Processing helper functions
5151

52+
* ``build\``
53+
54+
+ Contains YAML files for the build pipelines along with some miscellaneous build files and scripts.
55+
5256
## Documentation
5357

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

build/DirectXMath-GitHub-Dev17.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ resources:
1818
type: git
1919
ref: refs/heads/main
2020
trigger:
21-
- main
21+
branches:
22+
include:
23+
- main
24+
paths:
25+
exclude:
26+
- README.md
27+
- HISTORY.md
28+
- SECURITY.md
2229

2330
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
2431

build/DirectXMath-GitHub.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ resources:
1818
type: git
1919
ref: refs/heads/main
2020
trigger:
21-
- main
21+
branches:
22+
include:
23+
- main
24+
paths:
25+
exclude:
26+
- README.md
27+
- HISTORY.md
28+
- SECURITY.md
2229

2330
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
2431

0 commit comments

Comments
 (0)