From 1a5941c243d87deea4c9b5113737f01ac35babc7 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 9 Mar 2024 11:44:41 -0500 Subject: [PATCH] cache branch builds --- .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: