From 53d60052b14cc94c00b04ec9b337ed0affc6aa59 Mon Sep 17 00:00:00 2001 From: Ralph Liu Date: Thu, 7 Nov 2024 13:32:16 -0800 Subject: [PATCH] Uncomment lines to begin publishing packages --- .github/workflows/build.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a5e65a76e..4f1ac42e0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,13 +1,11 @@ name: build on: - # TODO: uncomment this condition when ready to start publishing - # packages from this repo - # push: - # branches: - # - "branch-*" - # tags: - # - v[0-9][0-9].[0-9][0-9].[0-9][0-9] + push: + branches: + - "branch-*" + tags: + - v[0-9][0-9].[0-9][0-9].[0-9][0-9] workflow_dispatch: inputs: branch: