Skip to content

Commit

Permalink
build action
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Feb 10, 2024
1 parent b94e9d1 commit 372b7e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Package up.

on:
push:
branches: [ "v12/main" ]
branches: "*"
pull_request:
branches: [ "v12/main" ]
branches: "*"

jobs:

Expand Down
18 changes: 2 additions & 16 deletions uSync.BackOffice.Targets/appsettings-schema.usync.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,23 +182,9 @@
"description": "turns of use of the Notifications.Supress method, so notifications\nfire after every item is imported.\n ",
"default": "false"
},
"Experiments": {
"description": "experimental settings, use with caution, no guarantees",
"oneOf": [
{
"$ref": "#/definitions/USyncBackOfficeConfigurationuSyncExperimentalSettings"
}
]
}
}
},
"USyncBackOfficeConfigurationuSyncExperimentalSettings": {
"type": "object",
"description": "experimental settings, that might change/not work.\n ",
"properties": {
"ThreadedNotifications": {
"BackgroundNotifications": {
"type": "boolean",
"description": "process the notifications for updates in the background.\n ",
"description": "trigger all the notifications in a background thread, \n ",
"default": false
}
}
Expand Down

0 comments on commit 372b7e7

Please sign in to comment.