Update azure-pipelines.yml

exclude .github changes from launching builds
This commit is contained in:
garfield69 2024-05-29 16:19:46 +12:00 committed by GitHub
parent 0b1a8a8469
commit edd6951588
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ trigger:
branches:
include:
- '*'
exclude:
- .github
pr:
branches: