Triggering of PR
Anshuman Srivastava
30
Reputation points
i have two branches
1)tech and tech-dev
one QA env other is dev env both have seprate yaml file for ci/cd
# Author: Anshuman Srivastava
trigger:
branches:
include:
- techs-dev # Only trigger on pushes to tsctechs-new
pr: none # Disable ALL PR triggers
after adding this also
when i make a push any changes in dev env qa pipeline is also get triggered
infact when i raise a any other pr from xyz branch to abc branch all the pipelines (QA and Dev ) are get triggered
why is it so ?
how should i fix that?
Developer technologies | XAML
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
Sign in to answer