Skip to content

Commit b9b7b18

Browse files
committed
builds updated
1 parent fa6a114 commit b9b7b18

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
branches:
22
except:
33
- master
4-
- accuracy
54
- /v\d+\.\d+\.\d+/
65

76
environment:

.github/workflows/linux.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Linux
33
on:
44
push:
55
branches-ignore:
6-
- '**'
7-
#- master
6+
- master
87
tags-ignore:
98
- '**'
109

.github/workflows/linux_arm.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Linux aarch64
33
on:
44
push:
55
branches-ignore:
6-
- '**'
7-
#- master
6+
- master
87
tags-ignore:
98
- '**'
109

.github/workflows/macos.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: macOS
33
on:
44
push:
55
branches-ignore:
6-
- '**'
7-
#- master
6+
- master
87
tags-ignore:
98
- '**'
109

0 commit comments

Comments
 (0)