Skip to content

Commit

Permalink
Update azure-pipeline-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamgoel02 authored Aug 23, 2024
1 parent dfe9691 commit 5598fc9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions azure-pipeline-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
# https://aka.ms/yaml

trigger:
- develop
- staging
- release/*
branches:
include:
- develop
- staging
tags:
include:
- 'release-*'

name: $(SourceBranchName).$(Build.BuildId).$(Date:yyyyMMdd).$(Rev:r)

Expand Down

0 comments on commit 5598fc9

Please sign in to comment.