Skip to content

Commit afaaaf5

Browse files
committed
test on the working branch
1 parent f3b9c25 commit afaaaf5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Create Unity Release PR
22

33
on:
4+
push:
5+
branches:
6+
- "ci-unity"
47
workflow_dispatch:
58
inputs:
69
version:
@@ -12,6 +15,7 @@ on:
1215
type: string
1316
required: false
1417
default: 'main'
18+
1519

1620
permissions:
1721
contents: write

0 commit comments

Comments
 (0)