Skip to content

Commit 574490d

Browse files
committed
Added UPM branch workflow.
1 parent 9e8dfde commit 574490d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Taken from https://github.com/RageAgainstThePixel/upm-subtree-split
2+
3+
name: upm-subtree-split
4+
5+
on:
6+
push:
7+
branches:
8+
- main
9+
10+
jobs:
11+
upm-subtree-split:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
17+
18+
- uses: RageAgainstThePixel/upm-subtree-split@v1.1

0 commit comments

Comments
 (0)