Skip to content

Commit

Permalink
switch default branch main, and mirror-main-to-master.yaml.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
  • Loading branch information
fujitatomoya committed Sep 18, 2024
1 parent 18a0671 commit 5af9aa5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/mirror-main-to-master.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Mirror main to master

on:
push:
branches: [ main ]

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

0 comments on commit 5af9aa5

Please sign in to comment.