diff --git a/.github/workflows/interop-test.yml b/.github/workflows/interop-test.yml index 89e38b596..b6a40cf7a 100644 --- a/.github/workflows/interop-test.yml +++ b/.github/workflows/interop-test.yml @@ -4,21 +4,21 @@ on: workflow_dispatch: pull_request: paths: - - 'config/**' - - 'core/**' - - 'internal/**' - - 'p2p/**' - - 'test-plans/**' - - '.github/workflows/interop-test.yml' + - "config/**" + - "core/**" + - "internal/**" + - "p2p/**" + - "test-plans/**" + - ".github/workflows/interop-test.yml" push: branches: - "master" paths: - - 'config/**' - - 'core/**' - - 'internal/**' - - 'p2p/**' - - 'test-plans/**' + - "config/**" + - "core/**" + - "internal/**" + - "p2p/**" + - "test-plans/**" jobs: run-transport-interop: