From 2ea69813458ef70325d494be676e22420b23e578 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Fri, 26 Jul 2024 12:50:43 +0300 Subject: [PATCH] add tag trigger --- .github/workflows/cicd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ee6a3ea..222c1f3 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -3,6 +3,8 @@ name: Build and Push Docker Image "on": push: branches: ["main"] + tags: + - "v*" pull_request: jobs: