diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 06c90fe60..bba1f34ae 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,11 @@ on: - 'infra/scripts/**' - '.github/workflows/deploy.yml' pull_request: + types: + - opened + - ready_for_review + - reopened + - synchronize branches: - main - dev-v3 diff --git a/infra/hello.md b/infra/hello.md new file mode 100644 index 000000000..ece6ba3db --- /dev/null +++ b/infra/hello.md @@ -0,0 +1 @@ +ugadiugaiudg;of diff --git a/infra/main.bicep b/infra/main.bicep index c268b51f6..4c9889faa 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -10,7 +10,7 @@ metadata description = '''This module contains the resources required to deploy @description('Optional. A unique application/solution name for all resources in this deployment. This should be 3-16 characters long.') @minLength(3) @maxLength(16) -param solutionName string = 'macae' +param solutionName string = 'Macae1' @maxLength(5) @description('Optional. A unique text value for the solution. This is used to ensure resource names are unique for global resources. Defaults to a 5-character substring of the unique string generated from the subscription ID, resource group name, and solution name.') diff --git a/src/frontend/index.html b/src/frontend/index.html index fa5e06b57..62e6fbd96 100644 --- a/src/frontend/index.html +++ b/src/frontend/index.html @@ -11,11 +11,11 @@ /> - Multi-Agent - Custom Automation Engine + Multi-Agent - Custom Automation Engine<!!!/title> </head> <body> <noscript>You need to enable JavaScript to run this app</noscript> <div id="root"></div> <script type="module" src="/src/index.tsx"></script> </body> -</html> \ No newline at end of file +</html>