From 73ec27f9fe0efbc96e64d9c39eac13b263805b35 Mon Sep 17 00:00:00 2001 From: AnieeG Date: Tue, 17 Oct 2023 14:55:00 -0700 Subject: [PATCH] publish image only on release tag and push to ccip-develop --- .github/workflows/integration-tests-publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration-tests-publish.yml b/.github/workflows/integration-tests-publish.yml index 755b37c2a1..77d2a1bc56 100644 --- a/.github/workflows/integration-tests-publish.yml +++ b/.github/workflows/integration-tests-publish.yml @@ -2,6 +2,10 @@ name: Integration Tests Publish # Publish the compiled integration tests on: push: + tags: + - "v*" + branches: + - ccip-develop workflow_dispatch: env: