From 5c4aa96ee100a6ae0bd1948736a9313d65b2b1a8 Mon Sep 17 00:00:00 2001 From: Seth-Schmidt Date: Mon, 8 Apr 2024 17:03:51 -0400 Subject: [PATCH] chore: add aave to docker publish --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 58160004..882df79f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -9,7 +9,7 @@ on: release: types: ['published'] push: - branches: [ "dockerify", "testnet_pretask", "testnet_5_pairs", "zkevm_quests", "eth_uniswapv2"] + branches: [ "dockerify", "testnet_pretask", "testnet_5_pairs", "zkevm_quests", "eth_uniswapv2", "aave"] # Publish semver tags as releases. tags: [ 'v*.*.*' ] pull_request: