DevOps build Validation on PRs...
# help-with-other
m
I have a pipline that triggers another pipeline infrastrcture -> build & deploy I want to have just infrastructure run on PRs containing yml and tf changes.. and build & deploy to run if there are only code changes. website path filter works -
/*; !/**/*.tf; !/**/*.yml
infrastructure -
/pipelines/**/*;/tf/*
or
/**/*.yml;/**/*.tf
I have a PR making changes to the yml files in pipelines but no build is triggered any ideas?
I had the branch excluded....
3 Views