diff --git a/.github/workflows/azure-dev-validation.yaml b/.github/workflows/azure-dev-validation.yaml index 535a7b5e..dadc9d77 100644 --- a/.github/workflows/azure-dev-validation.yaml +++ b/.github/workflows/azure-dev-validation.yaml @@ -1,11 +1,11 @@ name: Validate AZD template on: push: - branches: [main] + branches: [main, develop] paths: - 'infra/**' pull_request: - branches: [main] + branches: [main, develop] paths: - 'infra/**' diff --git a/.github/workflows/azure-dev.yaml b/.github/workflows/azure-dev.yaml index 9fb3dea8..5cfdf0a5 100644 --- a/.github/workflows/azure-dev.yaml +++ b/.github/workflows/azure-dev.yaml @@ -2,11 +2,10 @@ name: Deploy on Azure on: workflow_dispatch: push: - # Run when commits are pushed to mainline branch (main or master) + # Run when commits are pushed to mainline branch (main) # Set this to the mainline branch you are using branches: - main - - master # GitHub Actions workflow to deploy to Azure using azd # To configure required secrets for connecting to Azure, simply run `azd pipeline config` diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 038173c9..8b757040 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -3,9 +3,11 @@ on: push: branches: - main + - develop pull_request: branches: - main + - develop jobs: test: diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a1d52131..66914d2b 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,9 @@ name: Playwright Tests on: push: - branches: [main] + branches: [main, develop] pull_request: - branches: [main] + branches: [main, develop] jobs: test: timeout-minutes: 60 diff --git a/README.md b/README.md index 55e60597..98403dec 100644 --- a/README.md +++ b/README.md @@ -228,7 +228,7 @@ To then limit access to a specific set of users or groups, you can follow the st ### Additional security considerations -We recommend deploying additional security mechanisms. When applicable, consider setting up a [VNet](https://learn.microsoft.com/azure/virtual-network/virtual-networks-overview) or setting up a [Proxy Policy](https://learn.microsoft.com/azure/api-management/proxy-policy). +We recommend deploying additional security mechanisms. When applicable, consider setting up a [VNet](https://learn.microsoft.com/azure/virtual-network/virtual-networks-overview) or setting up a [Proxy Policy](https://learn.microsoft.com/en-us/azure/api-management/proxy-policy). ### Enabling CORS for an alternate frontend diff --git a/package-lock.json b/package-lock.json index 436b1d18..1cf28bcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3585,6 +3585,12 @@ "@babel/types": "^7.20.7" } }, + "node_modules/@types/dom-speech-recognition": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@types/dom-speech-recognition/-/dom-speech-recognition-0.0.4.tgz", + "integrity": "sha512-zf2GwV/G6TdaLwpLDcGTIkHnXf8JEf/viMux+khqKQKDa8/8BAUtXXZS563GnvJ4Fg0PBLGAaFf2GekEVSZ6GQ==", + "dev": true + }, "node_modules/@types/dompurify": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.3.tgz", @@ -13553,6 +13559,7 @@ "marked": "^9.1.5" }, "devDependencies": { + "@types/dom-speech-recognition": "^0.0.4", "@types/dompurify": "^3.0.3", "rimraf": "^5.0.1", "typescript": "^5.2.2", diff --git a/packages/chat-component/index.html b/packages/chat-component/index.html index f0c6ab9f..45cf297e 100644 --- a/packages/chat-component/index.html +++ b/packages/chat-component/index.html @@ -43,6 +43,6 @@