Skip to content

Commit

Permalink
Mirror rolling to master
Browse files Browse the repository at this point in the history
  • Loading branch information
paudrow committed Jun 28, 2022
1 parent 493ebf3 commit 4eccc3c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/mirror-rolling-to-master.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4eccc3c

Please sign in to comment.