Skip to content

Commit

Permalink
除外条件を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed May 10, 2020
1 parent 106b18e commit dc2749c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trigger:
- feature/*
paths:
exclude:
- "*.md"
- "**/*.md"
- docs/*
- .circleci/*
- .cirrus.yml
Expand All @@ -27,6 +27,9 @@ pr:
- master
- develop
- feature/*
paths:
exclude:
- "**/*.md"

jobs:
- template: azure-pipelines-template.yml
Expand Down

0 comments on commit dc2749c

Please sign in to comment.