From fae30ab160a8e2e6729ff5ecf3d951a8d2fc148a Mon Sep 17 00:00:00 2001 From: Jonathan Fung Date: Mon, 28 Oct 2024 12:25:16 -0400 Subject: [PATCH] build n push mainnet --- .github/workflows/protocol-build-and-push-mainnet.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/protocol-build-and-push-mainnet.yml b/.github/workflows/protocol-build-and-push-mainnet.yml index 3999f9fda4..cc1910ef5c 100644 --- a/.github/workflows/protocol-build-and-push-mainnet.yml +++ b/.github/workflows/protocol-build-and-push-mainnet.yml @@ -5,10 +5,13 @@ on: # yamllint disable-line rule:truthy branches: - 'release/protocol/v[0-9]+.[0-9]+.x' # e.g. release/protocol/v0.1.x - 'release/protocol/v[0-9]+.x' # e.g. release/protocol/v1.x + - 'feat/**' + push: branches: - 'release/protocol/v[0-9]+.[0-9]+.x' # e.g. release/protocol/v0.1.x - 'release/protocol/v[0-9]+.x' # e.g. release/protocol/v1.x + - 'feat/**' jobs: build-and-push-mainnet: