From e1a4ef29b9d5b2e1943dee063594a5b9016990c1 Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Tue, 2 Nov 2021 13:36:18 +0100 Subject: [PATCH] chore: Run CI on version branches. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30df2b176..1e7bae486 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,8 @@ name: CI on: push: branches: - - main + - 'main' + - 'versions/*' tags: - 'v*' pull_request: