Skip to content

Commit c11ebeb

Browse files
committed
* Alpine
1 parent 087afed commit c11ebeb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-alpine.yml

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

33
on:
44
push:
5-
branches: [xbuild-x]
5+
branches: [build]
66
pull_request:
7-
branches: [xbuild-x]
7+
branches: [build]
88

99
jobs:
1010
build-alpine:

.github/workflows/build-windows.yml

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

33
on:
44
push:
5-
branches: [build]
5+
branches: [xbuild]
66
pull_request:
7-
branches: [build]
7+
branches: [xbuild]
88

99
jobs:
1010
WINDOWS:

0 commit comments

Comments
 (0)