From 0911f502873e98992baf12ca545ea57b6aef2fea Mon Sep 17 00:00:00 2001 From: Teddy Ding Date: Thu, 8 Aug 2024 15:53:17 -0400 Subject: [PATCH] enable push and testnet-mainnet --- .github/workflows/protocol-build-and-push-mainnet.yml | 1 + .github/workflows/protocol-build-and-push-testnet.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/protocol-build-and-push-mainnet.yml b/.github/workflows/protocol-build-and-push-mainnet.yml index 3999f9fda43..8ae3bf30cc4 100644 --- a/.github/workflows/protocol-build-and-push-mainnet.yml +++ b/.github/workflows/protocol-build-and-push-mainnet.yml @@ -9,6 +9,7 @@ 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 + - 'td/*' jobs: build-and-push-mainnet: diff --git a/.github/workflows/protocol-build-and-push-testnet.yml b/.github/workflows/protocol-build-and-push-testnet.yml index 29e79317ee4..04f949644f8 100644 --- a/.github/workflows/protocol-build-and-push-testnet.yml +++ b/.github/workflows/protocol-build-and-push-testnet.yml @@ -9,6 +9,7 @@ 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 + - 'td/*' jobs: build-and-push-testnet: