Skip to content

Commit

Permalink
Mirror master and main, refs #849
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 31, 2020
1 parent 2d7fa8b commit 73bb59a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/mirror-master-and-main.yml
@@ -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

0 comments on commit 73bb59a

Please sign in to comment.