Skip to content

Commit df58316

Browse files
authored
Update windows.yml
1 parent f107eab commit df58316

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@ name: Windows
22

33
on:
44
push:
5-
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
5+
branches: ["**"]
86

97
jobs:
108
build:
119
runs-on: windows-latest
1210
steps:
1311
- uses: compnerd/gha-setup-swift@main
1412
with:
15-
branch: swift-5.8-release
16-
tag: 5.8-RELEASE
13+
branch: swift-6.0-release
14+
tag: 6.0-RELEASE
1715

1816
- uses: actions/checkout@v2
1917
- run: swift build

0 commit comments

Comments
 (0)