Skip to content

Commit

Permalink
Create mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gvoze32 committed Oct 26, 2021
1 parent ac5c61d commit a9e3477
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: 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 a9e3477

Please sign in to comment.