chore(ci): only mirror master and production

pull/456/head
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
1 changed files with 5 additions and 1 deletions

View File

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