Skip to content

Commit

Permalink
add commit mirror workflow (#5313)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
  • Loading branch information
MasterOdin authored Mar 8, 2021
1 parent fbe706f commit df54398
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit df54398

Please sign in to comment.