diff --git a/.github/workflows/test_api_server.yml b/.github/workflows/test_api_server.yml index 69e6509..fece479 100644 --- a/.github/workflows/test_api_server.yml +++ b/.github/workflows/test_api_server.yml @@ -17,6 +17,7 @@ on: - '**/*.rs' - '**/*.sh' - '**/.cargo/config.toml' + - 'tests/*.hurl' pull_request: branches: - dev @@ -27,6 +28,7 @@ on: - '**/Cargo.toml' - '**/*.rs' - '**/*.sh' + - 'tests/*.hurl' jobs: test-api-server: