From 59246ae7f5dab06db463c210c828b1badaa979c9 Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Tue, 30 Jan 2024 22:48:08 -0500 Subject: [PATCH] Add v2 branch to CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 044a7bc..cb61c86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [ "main" ] + branches: [ "main", "htmx-version-2" ] pull_request: branches: [ "main" ]