mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 11:19:39 -06:00
Merge pull request #427 from opencloud-eu/dev-docs
fix: fix path exclusion glob patterns
This commit is contained in:
@@ -2246,21 +2246,21 @@ def skipIfUnchanged(ctx, type):
|
||||
return []
|
||||
|
||||
base = [
|
||||
"^.github/.*",
|
||||
"^.vscode/.*",
|
||||
"^changelog/.*",
|
||||
"^docs/.*",
|
||||
"^deployments/.*",
|
||||
".github/**",
|
||||
".vscode/**",
|
||||
"changelog/**",
|
||||
"docs/**",
|
||||
"deployments/**",
|
||||
"CHANGELOG.md",
|
||||
"CONTRIBUTING.md",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
]
|
||||
unit = [
|
||||
".*_test.go$",
|
||||
"**/*_test.go",
|
||||
]
|
||||
acceptance = [
|
||||
"^tests/acceptance/.*",
|
||||
"tests/acceptance/**",
|
||||
]
|
||||
|
||||
skip = []
|
||||
|
||||
Reference in New Issue
Block a user