mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-11 02:08:41 +00:00
Move to net8 and use passthru infra (#76)
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"version": "0.1",
|
||||
"publicReleaseRefSpec": [
|
||||
"^refs/heads/main$"
|
||||
],
|
||||
"pathFilters": null
|
||||
}
|
||||
{
|
||||
"version": "0.1",
|
||||
"publicReleaseRefSpec": [
|
||||
"^refs/heads/main$"
|
||||
],
|
||||
"pathFilters": [
|
||||
":/Directory.Build.props",
|
||||
"./",
|
||||
":/README.md"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user