Skip to content

Commit 7077654

Browse files
committed
update:workflows
1 parent a2be66b commit 7077654

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/issue-translator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
steps:
1212
- uses: usthe/[email protected]
1313
with:
14-
IS_MODIFY_TITLE: false
14+
IS_MODIFY_TITLE: true
1515
CUSTOM_BOT_NOTE: Bot detected the issue body's language is not English, translate it automatically.

.github/workflows/linuxbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ubuntu build workflows
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "develop" ]
66

77
permissions:
88
contents: read

.github/workflows/macbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: macos build workflows
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "develop" ]
66

77
permissions:
88
contents: read

.github/workflows/msbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: windows build workflows
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "develop" ]
66

77
permissions:
88
contents: read

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: release packet
33
on:
44
push:
55
branches:
6-
- develop
6+
- master
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)