tldr/.github/workflows/mirror.yml

15 lines
194 B
YAML
Raw Normal View History

name: Main Mirror
on:
push:
2021-04-08 09:46:37 +01:00
branches: ['main']
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: zofrex/mirror-branch@v1
with:
2021-04-08 09:46:37 +01:00
target-branch: master