Skip to content

Commit

Permalink
Update windows.yml so that it works with the new default branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Goubermouche committed Dec 15, 2024
1 parent 6ead895 commit 30164a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Windows

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand All @@ -29,4 +29,4 @@ jobs:
run: msbuild tests.sln /p:Configuration=Debug /p:Platform="x64"

- name: Run Tests
run: output\tests\bin\Debug\tests.exe run tests output\compiler\bin\Debug\compiler.exe
run: output\tests\bin\Debug\tests.exe run tests output\compiler\bin\Debug\compiler.exe

0 comments on commit 30164a9

Please sign in to comment.