Skip to content

Commit c0ff960

Browse files
committed
run CI build only on master
1 parent a6eb1fc commit c0ff960

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
push:
77
branches:
88
- master
9-
- feature-liuzx-install
109

1110
jobs:
1211
build:

.github/workflows/build-win32.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
name: Build On Windows
1+
name: Build On Win32
22

33
on:
44
workflow_dispatch:
55
push:
66
branches:
77
- master
8-
- feature-liuzx-install
98

109
jobs:
1110
build:

0 commit comments

Comments
 (0)