From 5f1f8c51df2f79ebb3439690a10e473377f1a05c Mon Sep 17 00:00:00 2001 From: Christian Nagel Date: Sat, 7 Sep 2024 14:13:10 +0200 Subject: [PATCH 1/2] Update GitHub Actions workflow triggers Modified `codebreaker-prod.yml` to trigger on changes to the `main` branch and specific subdirectories under `src/services`. This includes paths for `bot`, `gameapis`, `gateway`, `host`, `live`, `ranking`, and `user`. These changes aim to reduce unnecessary workflow runs and focus on relevant code areas. --- .github/workflows/codebreaker-prod.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codebreaker-prod.yml b/.github/workflows/codebreaker-prod.yml index a5d164d..5c035bc 100644 --- a/.github/workflows/codebreaker-prod.yml +++ b/.github/workflows/codebreaker-prod.yml @@ -3,8 +3,16 @@ on: push: # Run when commits are pushed to mainline branch (main or master) # Set this to the mainline branch you are using - branches: - - main + branches: + [ main ] + paths: + - 'src/services/bot/**' + - 'src/services/gameapis/**' + - 'src/services/gateway/**' + - 'src/services/host/**' + - 'src/services/live/**' + - 'src/services/ranking/**' + - 'src/services/user/**' # GitHub Actions workflow to deploy to Azure using azd # To configure required secrets for connecting to Azure, simply run `azd pipeline config` From 65d4fa40f87d33ee6c4bd4734a1e37a7aaa01b10 Mon Sep 17 00:00:00 2001 From: Christian Nagel Date: Sat, 7 Sep 2024 14:18:41 +0200 Subject: [PATCH 2/2] bump packages #240 --- .../Codebreaker.Data.Cosmos/Codebreaker.Data.Cosmos.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/services/common/Codebreaker.Data.Cosmos/Codebreaker.Data.Cosmos.csproj b/src/services/common/Codebreaker.Data.Cosmos/Codebreaker.Data.Cosmos.csproj index 0fce330..393d8ee 100644 --- a/src/services/common/Codebreaker.Data.Cosmos/Codebreaker.Data.Cosmos.csproj +++ b/src/services/common/Codebreaker.Data.Cosmos/Codebreaker.Data.Cosmos.csproj @@ -17,8 +17,8 @@ - - + +