From c366321b248c04b5e56d9d161c089e33b9c5d6de Mon Sep 17 00:00:00 2001 From: brharrington Date: Mon, 3 Apr 2023 09:10:48 -0500 Subject: [PATCH] ci: enable snapshots for version branches (#1537) Backport of #1536. --- .github/workflows/snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index c4e932716..27e377718 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -4,7 +4,7 @@ on: push: branches: - main - - master + - v[0-9]+.[0-9]+.x jobs: build: