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: