Skip to content

Commit

Permalink
temporarily update pipelines to target 'shadow-dom' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
spmonahan committed Mar 8, 2024
1 parent 3ae7289 commit 7386d73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines-pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pr:
- master
- shadow-dom

# There's a separate pipeline for CI which also uses this file, but with a trigger override in the UI
# https://dev.azure.com/uifabric/fabricpublic/_apps/hub/ms.vss-ciworkflow.build-ci-hub?_a=edit-build-definition&id=164&view=Tab_Triggers
Expand Down
2 changes: 2 additions & 0 deletions azure-pipelines.bundlesize.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
pr:
- master
- shadow-dom

trigger:
- master
- shadow-dom

variables:
- ${{ if not(startsWith(variables['Build.SourceBranch'], 'refs/heads/')) }}:
Expand Down

0 comments on commit 7386d73

Please sign in to comment.