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: