Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ trigger:
exclude:
- rel/2.*
- rel/3.0.*
paths:
exclude:
- .github/**
- .gitignore
Comment thread
Evangelink marked this conversation as resolved.

parameters:
- name: isRTM
Expand Down
7 changes: 6 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ trigger:
include:
- main
- rel/*
paths:
exclude:
- .github/**
- .gitignore

# Branch(es) that trigger(s) build(s) on PR
pr:
Expand All @@ -11,7 +15,8 @@ pr:
- "*"
paths:
exclude:
- .github/*
- .github/**
- .gitignore
- .devcontainer/*
- docs/*
- .vscode/*
Expand Down
Loading