Skip to content

Commit 769884b

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
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:
@@ -11,7 +14,8 @@ on:
1114
description: 'Target branch for the PR (e.g. main for regular releases, 5.4-main for patch releases)'
1215
type: string
1316
required: false
14-
default: 'main'
17+
default: 'ci-unity'
18+
1519

1620
permissions:
1721
contents: write

0 commit comments

Comments
 (0)