From 18d32c2304a61471ff6df72efee51126da7d0867 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Tue, 13 Jun 2023 10:35:19 -0300 Subject: [PATCH] ci: Enable CI tests for feat/rfc branch --- .github/workflows/ci-run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-run-tests.yml b/.github/workflows/ci-run-tests.yml index 8a7ee696b..7339c7299 100644 --- a/.github/workflows/ci-run-tests.yml +++ b/.github/workflows/ci-run-tests.yml @@ -4,7 +4,7 @@ on: pull_request: branches: - 'main' - - 'feat/django4' + - 'feat/rfc' paths: - 'client/**' - 'ietf/**'