Merge remote-tracking branch 'origin/main' into feature/router-slot-refactor
This commit is contained in:
2
src/Umbraco.Web.UI.Client/.github/README.md
vendored
2
src/Umbraco.Web.UI.Client/.github/README.md
vendored
@@ -1,5 +1,7 @@
|
||||
# Umbraco.CMS.Backoffice
|
||||
|
||||
[](https://github.com/umbraco/Umbraco.CMS.Backoffice/actions/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml) [](https://github.com/umbraco/Umbraco.CMS.Backoffice/actions/workflows/azure-static-web-apps-ashy-bay-09f36a803.yml)
|
||||
|
||||
## Installation instructions
|
||||
|
||||
1. Run `npm install`
|
||||
|
||||
@@ -4,10 +4,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, closed]
|
||||
branches:
|
||||
- main
|
||||
# pull_request:
|
||||
# types: [opened, synchronize, reopened, closed]
|
||||
# branches:
|
||||
# - main
|
||||
|
||||
jobs:
|
||||
build_and_deploy_job:
|
||||
|
||||
@@ -4,12 +4,10 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, closed]
|
||||
branches:
|
||||
- main
|
||||
# pull_request:
|
||||
# types: [opened, synchronize, reopened, closed]
|
||||
# branches:
|
||||
# - main
|
||||
|
||||
jobs:
|
||||
build_and_deploy_job:
|
||||
|
||||
@@ -8,8 +8,6 @@ name: DevSkim
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
schedule:
|
||||
- cron: '19 14 * * 5'
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@ export default {
|
||||
}),
|
||||
],
|
||||
browsers: [
|
||||
playwrightLauncher({ product: 'chromium' }),
|
||||
playwrightLauncher({ product: 'firefox' }),
|
||||
playwrightLauncher({ product: 'webkit' }),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user