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