Skip to content

Commit

Permalink
[Theme] Capture
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonjeccel committed Jan 31, 2025
1 parent e7b94b8 commit ac3b4ab
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/subtree-splitter-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@
"name": "theme-creative",
"directory": "themes/creative",
"target": "[email protected]:mautic/theme-creative.git"
},
{
"name": "theme-mono",
"directory": "themes/mono",
"target": "[email protected]:mautic/theme-mono.git"
}

]
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/gitsplit/theme-mono.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"subtree-splits": [
{
"name": "theme-mono",
"directory": "themes/mono",
"target": "[email protected]:mautic/theme-mono.git"
}
]
}
3 changes: 2 additions & 1 deletion .github/workflows/split-monorepo-in-multi-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- plugins/**
- themes/**
# also run when actions are being modified for testing purposes.
- .github/**
- .github/**
# Tag push events should be ignored, they will be handled with the create event below.
tags-ignore:
- '*'
Expand Down Expand Up @@ -84,6 +84,7 @@ jobs:
- theme-welcome
- theme-attract
- theme-creative
- theme-mono
name: Sync commits into mautic/${{ matrix.config }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ac3b4ab

Please sign in to comment.