From 36a366fdb9109af67b28b64d170ec98326c323b0 Mon Sep 17 00:00:00 2001 From: arcctgx Date: Thu, 11 Jul 2024 23:57:48 +0200 Subject: [PATCH] sync mirrors when a tag is pushed This is limited to version tags. --- .github/workflows/sync-mirrors.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-mirrors.yml b/.github/workflows/sync-mirrors.yml index 44238ee..e4e7279 100644 --- a/.github/workflows/sync-mirrors.yml +++ b/.github/workflows/sync-mirrors.yml @@ -4,6 +4,8 @@ on: push: branches: - master + tags: + - 'v*' jobs: sync-gitlab: