Skip to content

Commit b025f0c

Browse files
Merge branch 'main' into feat/swift-wasm-support
2 parents ddcb63b + 6146724 commit b025f0c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ jobs:
3030
uses: apple/swift-nio/.github/workflows/macos_tests.yml@main
3131
with:
3232
build_scheme: swift-distributed-tracing-Package
33+
34+
release-builds:
35+
name: Release builds
36+
uses: apple/swift-nio/.github/workflows/release_builds.yml@main

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ jobs:
4949
cxx-interop:
5050
name: Cxx interop
5151
uses: apple/swift-nio/.github/workflows/cxx_interop.yml@main
52+
53+
release-builds:
54+
name: Release builds
55+
uses: apple/swift-nio/.github/workflows/release_builds.yml@main

0 commit comments

Comments
 (0)