From 4b469c72900bc855b0d288e42c87f07e69b8b21f Mon Sep 17 00:00:00 2001 From: ITOH Date: Thu, 24 Mar 2022 15:02:28 +0100 Subject: [PATCH] ci: fix tests for changes made to the gateway/ directory (#2127) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37221e1c9..e487d06e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ on: - "template/**" - "types/**" - "util/**" - - "ws/**" + - "gateway/**" jobs: test: