diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 1d44bb2..c2cdb4f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -5,6 +5,7 @@ on: - 'RiotGames.Client/**' - 'RiotGames.Client.CodeGeneration/**' - 'RiotGames.Client.Tests/**' + - 'RiotGames.Messaging.Client/**' - '.github/workflows/dotnet.yml' - '.github/actions/**' - 'README.md' @@ -13,6 +14,7 @@ on: - 'RiotGames.Client/**' - 'RiotGames.Client.CodeGeneration/**' - 'RiotGames.Client.Tests/**' + - 'RiotGames.Messaging.Client/**' - '.github/workflows/dotnet.yml' - '.github/actions/**' - 'README.md'