From e42b088fc90ebd98783f8bca8144a3dfa3868150 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Thu, 11 May 2023 12:37:18 -0300 Subject: [PATCH] ci: run tests on feat/django4 PRs --- .github/workflows/ci-run-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-run-tests.yml b/.github/workflows/ci-run-tests.yml index caabc7511e6..c5d76501800 100644 --- a/.github/workflows/ci-run-tests.yml +++ b/.github/workflows/ci-run-tests.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - 'main' + - 'feat/django4' paths: - 'client/**' - 'ietf/**'