From 1845fc0a52ed602b457598117dd1991f575e6aa5 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Tue, 28 May 2024 11:30:13 -0300 Subject: [PATCH] Sync all branches on push and delete. --- .github/workflows/gitlab-mirror.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gitlab-mirror.yml b/.github/workflows/gitlab-mirror.yml index f59207e8a..75c6a9cdd 100644 --- a/.github/workflows/gitlab-mirror.yml +++ b/.github/workflows/gitlab-mirror.yml @@ -2,8 +2,10 @@ name: Mirror and run GitLab CI on: push: - branches: [2.x] + branches: '*' tags: '*' + delete: + branches: '*' jobs: build: