We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec32f97 + ec00e73 commit 5048826Copy full SHA for 5048826
.github/workflows/swift.yml .github/workflows/swift_macos.yml.github/workflows/swift.yml renamed to .github/workflows/swift_macos.yml
@@ -1,7 +1,7 @@
1
# This workflow will build a Swift project
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
3
4
-name: Swift
+name: Build Swift Package on macOS
5
6
on:
7
push:
.github/workflows/swift_windows.yml
@@ -1,6 +1,8 @@
-name: Swift CI on Windows (Manual Run)
+name: Build Swift Package on Windows
+ # push:
+ # branches: [ "main" ]
workflow_dispatch:
8
jobs:
0 commit comments