Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Sep 19, 2024
1 parent 98ca3c9 commit d6c43a5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@ name: Windows

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: ["**"]

jobs:
build:
runs-on: windows-latest
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-5.9-release
tag: 5.9-RELEASE
branch: swift-6.0-release
tag: 6.0-RELEASE

- uses: actions/checkout@v2
- run: swift build
Expand Down

0 comments on commit d6c43a5

Please sign in to comment.