Triggering of PR

Anshuman Srivastava 30 Reputation points
2025-06-04T08:56:30.8+00:00

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.
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.