Skip to content

Commit

Permalink
add mirror-rolling-to-main.yaml. default branch is now rolling.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya.Fujita <[email protected]>
  • Loading branch information
fujitatomoya committed Sep 2, 2024
1 parent b679682 commit 0fc7e06
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/mirror-rolling-to-main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Mirror rolling to main

on:
push:
branches: [ rolling ]

jobs:
mirror-to-main:
runs-on: ubuntu-latest
steps:
- uses: zofrex/mirror-branch@v1
with:
target-branch: main

0 comments on commit 0fc7e06

Please sign in to comment.