From ea481eac02ce9c40d6f4024cbdc454977ce230a1 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 21 Feb 2022 18:14:43 +0000 Subject: [PATCH] Run `release-artifacts` on release branches --- .github/workflows/release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index eb294f1619..1f35fd1cd5 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -7,7 +7,7 @@ on: # of things breaking (but only build one set of debs) pull_request: push: - branches: ["develop"] + branches: ["develop", "release-*"] # we do the full build on tags. tags: ["v*"]