From 5a5d14bc05481e9ff1154957a4804a9f0afb590a Mon Sep 17 00:00:00 2001 From: Nikolay Shirokovskiy Date: Mon, 17 Jun 2024 14:47:05 +0300 Subject: [PATCH] fixup: add on push tags trigger --- .github/workflows/tree.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tree.yml b/.github/workflows/tree.yml index d62419b6cbeb..c670da596446 100644 --- a/.github/workflows/tree.yml +++ b/.github/workflows/tree.yml @@ -4,6 +4,8 @@ on: push: branches: - 'test-branch' + tags: + - '**' concurrency: # Update of a developer branch cancels the previously scheduled workflow