Skip to content

Commit 5048826

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents ec32f97 + ec00e73 commit 5048826

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Swift project
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
33

4-
name: Swift
4+
name: Build Swift Package on macOS
55

66
on:
77
push:

.github/workflows/swift_windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
name: Swift CI on Windows (Manual Run)
1+
name: Build Swift Package on Windows
22

33
on:
4+
# push:
5+
# branches: [ "main" ]
46
workflow_dispatch:
57

68
jobs:

0 commit comments

Comments
 (0)