Skip to content

Commit 613ee38

Browse files
committed
fix ci config
1 parent 21ff920 commit 613ee38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/android-ndk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths-ignore: ["README.md"]
66

77
pull_request:
8-
branches: [master]
8+
branches: [master, develop]
99

1010
env:
1111
BUILD_TYPE: Release

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths-ignore: ["README.md"]
66

77
pull_request:
8-
branches: [master]
8+
branches: [master, develop]
99

1010
env:
1111
BUILD_TYPE: Debug

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths-ignore: ["README.md"]
66

77
pull_request:
8-
branches: [master]
8+
branches: [master, develop]
99

1010
env:
1111
BUILD_TYPE: Release

0 commit comments

Comments
 (0)