Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ on:
pull_request:
branches:
- main
- ln-add-windows-runner
paths:
- '.github/workflows/examples.yml'
- '.github/workflows/ci.yml'

jobs:
check:
Expand All @@ -23,6 +24,7 @@ jobs:
platform:
- ubuntu_20_64_core
- macos-latest
- windows_server_64_core
toolchain:
- stable
job:
Expand Down