forked from abner/for-legacy-web
chore(ci): only mirror master and production
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user