From df5439818ba53a8e342d9dd17742b01bed79c470 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Mon, 8 Mar 2021 14:13:05 -0500 Subject: [PATCH] add commit mirror workflow (#5313) Signed-off-by: Matthew Peveler --- .github/workflows/mirror.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/mirror.yml diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml new file mode 100644 index 000000000..642b24cfa --- /dev/null +++ b/.github/workflows/mirror.yml @@ -0,0 +1,14 @@ +name: Main Mirror + +on: + push: + branches: ['master'] + +jobs: + mirror: + runs-on: ubuntu-latest + + steps: + - uses: zofrex/mirror-branch@v1 + with: + target-branch: main