mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
chore(ci): only mirror master and production
This commit is contained in:
parent
b80a6a9c3e
commit
1aff8ef516
1 changed files with 5 additions and 1 deletions
6
.github/workflows/mirroring.yml
vendored
6
.github/workflows/mirroring.yml
vendored
|
@ -1,6 +1,10 @@
|
||||||
name: Mirroring
|
name: Mirroring
|
||||||
|
|
||||||
on: [push, delete]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "master"
|
||||||
|
- "production"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
to_gitlab:
|
to_gitlab:
|
||||||
|
|
Loading…
Reference in a new issue