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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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