From 20ec60395be810fc5f8f2873c012e8c4fe853fc3 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Wed, 21 Feb 2024 17:05:00 +0100 Subject: [PATCH] GitHub Actions: also run tests on this branch --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 705fe54..1499f7e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,7 @@ on: branches: - main - ci + - fix-escaped-html-tags pull_request: branches: - main