Skip to content

Commit

Permalink
Fix version.json PathFilters controlling releases (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 authored Dec 9, 2024
1 parent 9c78b61 commit 00f5c6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HeterogeneousCollections/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
],
"pathFilters": [
":/",
":^HeterogeneousCollections.Test/",
":^/HeterogeneousCollections.Test/",
":^/.github/",
":^/.config/",
":^/hooks/",
":^/analyzers/",
":^/.editorconfig",
":^/CONTRIBUTING.md",
":^.git-blame-ignore-revs",
":^.gitignore"
":^/.git-blame-ignore-revs",
":^/.gitignore"
]
}

0 comments on commit 00f5c6f

Please sign in to comment.