From 4eccc3cbe65f5b58981f22efaf612a65731cb2f0 Mon Sep 17 00:00:00 2001 From: Audrow Nash Date: Tue, 28 Jun 2022 09:20:16 -0500 Subject: [PATCH] Mirror rolling to master --- .github/workflows/mirror-rolling-to-master.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/mirror-rolling-to-master.yaml diff --git a/.github/workflows/mirror-rolling-to-master.yaml b/.github/workflows/mirror-rolling-to-master.yaml new file mode 100644 index 000000000..2885eb4a4 --- /dev/null +++ b/.github/workflows/mirror-rolling-to-master.yaml @@ -0,0 +1,13 @@ +name: Mirror rolling to master + +on: + push: + branches: [ rolling ] + +jobs: + mirror-to-master: + runs-on: ubuntu-latest + steps: + - uses: zofrex/mirror-branch@v1 + with: + target-branch: master