mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 02:05:28 +00:00
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