Skip to content

Commit

Permalink
Fix pipeline trigger path excludes (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
daalcant authored May 26, 2023
1 parent 840e1fa commit 554b354
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.6] - 2023-05-25
### Republish
- Republish of 1.0.5 due to a release pipeline error

## [1.0.5] - 2023-05-25
### Added
- Add CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion Pipelines/cli/devskim-cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trigger:
- main
paths:
exclude:
- *.md
- "*.md"
pr: none

resources:
Expand Down
2 changes: 1 addition & 1 deletion Pipelines/vs/devskim-visualstudio-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trigger:
- main
paths:
exclude:
- *.md
- "*.md"
pr: none

resources:
Expand Down
2 changes: 1 addition & 1 deletion Pipelines/vscode/devskim-vscode-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trigger:
- main
paths:
exclude:
- *.md
- "*.md"
pr: none

resources:
Expand Down

0 comments on commit 554b354

Please sign in to comment.