Skip to content

Commit

Permalink
One more ADO trigger tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jul 28, 2024
1 parent 42f3130 commit 33c016b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.
2 changes: 1 addition & 1 deletion build/DirectXMesh-GitHub-Test-Dev17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ schedules:
include:
- main

# GitHub Actions handles test suite for CI/PR
trigger: none

pr:
branches:
include:
Expand Down
35 changes: 4 additions & 31 deletions build/DirectXMesh-GitHub-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,42 +12,15 @@ schedules:
include:
- main

trigger:
branches:
include:
- main
paths:
exclude:
- '*.md'
- LICENSE
- CMake*
- '.github/*'
- '.nuget/*'
- build/*.cmake
- build/*.cmd
- build/*.in
- build/*.props
- build/*.ps1
- build/*.targets

# GitHub Actions handles test suite for CI/PR
trigger: none
pr:
branches:
include:
- main
paths:
exclude:
- '*.md'
- LICENSE
- CMake*
- '.nuget/*'
- '.github/*'
- build/*.cmake
- build/*.cmd
- build/*.in
- build/*.props
- build/*.ps1
- build/*.targets
drafts: false
include:
- build/DirectXMesh-GitHub-Test.yml

resources:
repositories:
Expand Down

0 comments on commit 33c016b

Please sign in to comment.