Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
- 'infra/scripts/**'
- '.github/workflows/deploy.yml'
pull_request:
types:
- opened
- ready_for_review
- reopened
- synchronize
branches:
- main
- dev-v3
Expand Down
1 change: 1 addition & 0 deletions infra/hello.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ugadiugaiudg;of
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
/>
<link rel="apple-touch-icon" href="/contosoLogo.svg" />
<!-- <link rel="manifest" href="/manifest.json" /> -->
<title>Multi-Agent - Custom Automation Engine</title>
<title>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>
</html>
Loading