We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b9c25 commit 769884bCopy full SHA for 769884b
.github/workflows/create-release-pr.yml
@@ -1,6 +1,9 @@
1
name: Create Unity Release PR
2
3
on:
4
+ push:
5
+ branches:
6
+ - "ci-unity"
7
workflow_dispatch:
8
inputs:
9
version:
@@ -11,7 +14,8 @@ on:
11
14
description: 'Target branch for the PR (e.g. main for regular releases, 5.4-main for patch releases)'
12
15
type: string
13
16
required: false
- default: 'main'
17
+ default: 'ci-unity'
18
+
19
20
permissions:
21
contents: write
0 commit comments