lint yaml file

This commit is contained in:
Marco Munizaga
2026-03-17 13:58:38 -07:00
committed by Marco Munizaga
parent be060d77ff
commit 061805d876
+11 -11
View File
@@ -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: