Skip to content

Commit

Permalink
fix(ci): fixing issue with pipe trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosSF committed Dec 17, 2024
1 parent f9e6616 commit ce5a6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-devops/azure-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
trigger:
branches:
include:
- master
- vnext
- master
- vnext

# This pipeline is meant to build specific branches for deployment. It's not meant to be a part of PR validation. Ensure that this pipeline is reserved for deployment purposes.
pr: none
Expand Down

0 comments on commit ce5a6b6

Please sign in to comment.