chore(ci): only mirror master and production

This commit is contained in:
Paul Makles
2021-12-21 17:50:46 +00:00
committed by GitHub
parent b80a6a9c3e
commit 1aff8ef516

View File

@@ -1,6 +1,10 @@
name: Mirroring
on: [push, delete]
on:
push:
branches:
- "master"
- "production"
jobs:
to_gitlab: