Mirror master and main, refs #849

pull/927/head
Simon Willison 2020-07-31 16:19:43 -07:00
rodzic 2d7fa8b905
commit 73bb59a9b5
1 zmienionych plików z 21 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,21 @@
name: Mirror "master" and "main" branches
on:
push:
branches:
- master
- main
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- name: Mirror to "master"
uses: zofrex/mirror-branch@ea152f124954fa4eb26eea3fe0dbe313a3a08d94
with:
target-branch: master
force: false
- name: Mirror to "main"
uses: zofrex/mirror-branch@ea152f124954fa4eb26eea3fe0dbe313a3a08d94
with:
target-branch: main
force: false