diff --git a/.devcontainer/setup_env.sh b/.devcontainer/setup_env.sh index c3a31369d..d4076da46 100755 --- a/.devcontainer/setup_env.sh +++ b/.devcontainer/setup_env.sh @@ -20,4 +20,3 @@ if ! command -v sqlcmd &> /dev/null; then echo "sqlcmd is not available in the PATH. Please check the installation." exit 1 fi - diff --git a/.github/workflows/azure-dev-validation.yml b/.github/workflows/azure-dev.yml similarity index 95% rename from .github/workflows/azure-dev-validation.yml rename to .github/workflows/azure-dev.yml index 5385af720..10f4737bf 100644 --- a/.github/workflows/azure-dev-validation.yml +++ b/.github/workflows/azure-dev.yml @@ -1,5 +1,9 @@ name: Azure Template Validation on: + push: + branches: + - main + - dev workflow_dispatch: permissions: diff --git a/docs/images/readMe/architecture.png b/docs/images/readMe/architecture.png index 104b326f7..20a72817c 100644 Binary files a/docs/images/readMe/architecture.png and b/docs/images/readMe/architecture.png differ