From 22df482f6162fc87ed0a009f8f48a4712805e89c Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 29 May 2024 10:44:44 +1000 Subject: [PATCH] Allow CI builds on allsorts-0.14 branch --- .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 4c6386e..65e1742 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: ["master"] + branches: ["master", "allsorts-0.14"] tags: ["v[0-9]+.[0-9]+.[0-9]+"] pull_request: branches: ["master"]