From 746ec422872c4a4ee40a74c47d31dbbd97a40383 Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Mon, 6 Nov 2023 17:50:27 -0500 Subject: [PATCH] Update branch names --- .github/workflows/build-and-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 0cb33d2b4..85152527a 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -7,7 +7,7 @@ on: # This is a temporary fix, just for this branch. branches: - - vi/ci-builds-for-entropy-js + - hc-release-v0.0.8-images tags: # First, match SemVer.org conformant tags in the `release/` tagspace. @@ -53,7 +53,7 @@ jobs: release: name: Publish new release - if: github.event_name != 'schedule' && github.ref != 'refs/heads/vi/ci-builds-for-entropy-js' + if: github.event_name != 'schedule' && github.ref != 'refs/heads/hc-release-v0.0.8-images' needs: - git-ref-basename - build-entropy