From d3e0d1ef13ad5a0e86d3dbf000deed469b2d14f0 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tree.yml b/.github/workflows/tree.yml index d62419b6cbebf..2539ba9cdf82b 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 @@ -41,6 +43,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + fetch-tags: true - name: Fix "dubious ownership" issue run: git config --global --add safe.directory /__w/tarantool/tarantool