From 632b77ff09cc809f48c2bad00c732a04d35651e2 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 19 Feb 2024 13:59:22 +0100 Subject: [PATCH] also run the tests on v* branches --- .forgejo/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/integration.yml b/.forgejo/workflows/integration.yml index 7ebd200..f375453 100644 --- a/.forgejo/workflows/integration.yml +++ b/.forgejo/workflows/integration.yml @@ -4,6 +4,7 @@ on: push: branches: - 'main' + - 'v*' pull_request: jobs: