chore(build): run mirror job only on main branch

This commit is contained in:
Dimitri Herzog 2023-03-14 07:43:09 +01:00 committed by GitHub
parent c9f0355266
commit 2d8bc470c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
name: mirror git repo
on:
push:
branches:
- main
jobs:
mirror:
runs-on: ubuntu-latest