From bd5e681cb3c719dc00b76cdcb3eaa276d6eaed4f Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 6 Mar 2024 12:31:51 -0500 Subject: [PATCH] add flakehub-cache to the release branches for testing --- .github/workflows/release-branches.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-branches.yml b/.github/workflows/release-branches.yml index fbdd4b2..d36a5e3 100644 --- a/.github/workflows/release-branches.yml +++ b/.github/workflows/release-branches.yml @@ -6,6 +6,7 @@ on: # NOTE: make sure any branches here are also valid directory names, # otherwise creating the directory and uploading to s3 will fail - "main" + - "flakehub-cache" jobs: build: