tldr/.github/workflows/mirror.yml

19 lines
270 B
YAML
Raw Normal View History

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