From 591eec7c86360a52630e7c4bb6e17241e8fb0a79 Mon Sep 17 00:00:00 2001 From: Teddy Ding Date: Fri, 4 Oct 2024 15:45:55 -0400 Subject: [PATCH] Enable build and push on all envs --- .github/workflows/protocol-build-and-push-mainnet.yml | 1 + .github/workflows/protocol-build-and-push-snapshot.yml | 1 + .github/workflows/protocol-build-and-push-testnet.yml | 1 + .github/workflows/protocol-build-and-push.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/protocol-build-and-push-mainnet.yml b/.github/workflows/protocol-build-and-push-mainnet.yml index 3999f9fda43..6249987c388 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 + - 'feat/**' jobs: build-and-push-mainnet: diff --git a/.github/workflows/protocol-build-and-push-snapshot.yml b/.github/workflows/protocol-build-and-push-snapshot.yml index e5ff2c8b05b..ff8a9a571dd 100644 --- a/.github/workflows/protocol-build-and-push-snapshot.yml +++ b/.github/workflows/protocol-build-and-push-snapshot.yml @@ -6,6 +6,7 @@ on: # yamllint disable-line rule:truthy - main - '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-snapshot-dev: diff --git a/.github/workflows/protocol-build-and-push-testnet.yml b/.github/workflows/protocol-build-and-push-testnet.yml index 29e79317ee4..0bb89c9ef02 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 + - 'feat/**' jobs: build-and-push-testnet: diff --git a/.github/workflows/protocol-build-and-push.yml b/.github/workflows/protocol-build-and-push.yml index ade53413692..43cee96a2c4 100644 --- a/.github/workflows/protocol-build-and-push.yml +++ b/.github/workflows/protocol-build-and-push.yml @@ -6,6 +6,7 @@ on: # yamllint disable-line rule:truthy - main - '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-dev: