From a4eaadde0afbbd548de81fe290a41c2b1eaa50c9 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sat, 19 Mar 2022 11:33:29 -0400 Subject: [PATCH] ci: limit pr tests to ietf folder --- .github/workflows/ci-run-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-run-tests.yml b/.github/workflows/ci-run-tests.yml index 27e489ca1..5e417f3ed 100644 --- a/.github/workflows/ci-run-tests.yml +++ b/.github/workflows/ci-run-tests.yml @@ -5,6 +5,8 @@ on: branches: # TEMPORARY: Replace with main once bs5 is merged - 'feat/bs5' + paths: + - 'ietf/**' jobs: tests: