Skip to content

Commit c9b0244

Browse files
authored
Update swift_windows.yml
Tweaked the action to run automatically upon pushing the "main" branch.
1 parent 8bf7fb3 commit c9b0244

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.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)