Merge remote-tracking branch 'origin/main' into feature/router-slot-refactor

This commit is contained in:
Niels Lyngsø
2023-02-01 12:44:38 +01:00
5 changed files with 10 additions and 13 deletions

View File

@@ -1,5 +1,7 @@
# Umbraco.CMS.Backoffice
[![Storybook](https://github.com/umbraco/Umbraco.CMS.Backoffice/actions/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml/badge.svg)](https://github.com/umbraco/Umbraco.CMS.Backoffice/actions/workflows/azure-static-web-apps-ambitious-stone-0033b3603.yml) [![Static Web App](https://github.com/umbraco/Umbraco.CMS.Backoffice/actions/workflows/azure-static-web-apps-ashy-bay-09f36a803.yml/badge.svg)](https://github.com/umbraco/Umbraco.CMS.Backoffice/actions/workflows/azure-static-web-apps-ashy-bay-09f36a803.yml)
## Installation instructions
1. Run `npm install`

View File

@@ -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:

View File

@@ -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:

View File

@@ -8,8 +8,6 @@ name: DevSkim
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '19 14 * * 5'

View File

@@ -32,7 +32,6 @@ export default {
}),
],
browsers: [
playwrightLauncher({ product: 'chromium' }),
playwrightLauncher({ product: 'firefox' }),
playwrightLauncher({ product: 'webkit' }),
],