Skip to content

Commit f0d425c

Browse files
committed
% finalizing workflows
1 parent b4e2b25 commit f0d425c

File tree

6 files changed

+5
-17
lines changed

6 files changed

+5
-17
lines changed

.github/workflows/build-alpine.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: True Async Alpine Build
22

33
on:
44
push:
5-
branches: [xbuild]
6-
pull_request:
7-
branches: [xbuild]
5+
branches: [main]
86

97
jobs:
108
build-alpine:

.github/workflows/build-freebsd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: True Async FreeBSD Build
22

33
on:
44
push:
5-
branches: [build]
6-
pull_request:
7-
branches: [build]
5+
branches: [main]
86

97
jobs:
108
build-freebsd:

.github/workflows/build-linux.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: True Async Linux x64 Build
22

33
on:
44
push:
5-
branches: [xbuild]
6-
pull_request:
7-
branches: [xbuild]
5+
branches: [main]
86

97
jobs:
108
build-linux-x64:

.github/workflows/build-macos.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: True Async macOS Build
22

33
on:
44
push:
5-
branches: [xbuild]
6-
pull_request:
7-
branches: [xbuild]
5+
branches: [main]
86

97
jobs:
108
build-macos:

.github/workflows/build-windows.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: True Async Windows Build
22

33
on:
44
push:
5-
branches: [xbuild]
6-
pull_request:
7-
branches: [xbuild]
5+
branches: [main]
86

97
jobs:
108
WINDOWS:

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: True Async Ubuntu Speed Test
22

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
75
branches: [main]
86

0 commit comments

Comments
 (0)