Skip to content

Commit

Permalink
[backport][serverless] trigger consolidated pipeline on tags (#6052 =…
Browse files Browse the repository at this point in the history
…> v2) (#6053)

## Summary of changes

Removes exclusion of pipeline trigger for tags.

## Reason for change

Serverless requires a build on a tag in order to have a production ready
pipeline to use.

## Implementation details

n/a

## Test coverage

## Other details
<!-- Fixes #{issue} -->

<!-- ⚠️ Note: where possible, please obtain 2 approvals prior to
merging. Unless CODEOWNERS specifies otherwise, for external teams it is
typically best to have one review from a team member, and one review
from apm-dotnet. Trivial changes do not require 2 reviews. -->
  • Loading branch information
duncanista authored Sep 18, 2024
1 parent cd957f1 commit f11b280
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .azure-pipelines/ultimate-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ trigger:
- hotfix/*
exclude:
- refs/pull/*/head
- refs/tags/*
paths:
exclude:
- .azure-pipelines/noop-pipeline.yml
Expand Down

0 comments on commit f11b280

Please sign in to comment.