From 1aff8ef516c4450d4b13b923b7469a37f1a36803 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Tue, 21 Dec 2021 17:50:46 +0000 Subject: [PATCH] chore(ci): only mirror master and production --- .github/workflows/mirroring.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mirroring.yml b/.github/workflows/mirroring.yml index feaa04a6..d196a290 100644 --- a/.github/workflows/mirroring.yml +++ b/.github/workflows/mirroring.yml @@ -1,6 +1,10 @@ name: Mirroring -on: [push, delete] +on: + push: + branches: + - "master" + - "production" jobs: to_gitlab: