mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
Run windows tests on push
This commit is contained in:
parent
decc0a15ff
commit
b3d624b7cd
1 changed files with 6 additions and 1 deletions
7
.github/workflows/windows-tests.yml
vendored
7
.github/workflows/windows-tests.yml
vendored
|
@ -1,7 +1,12 @@
|
||||||
name: Windows Python Tests
|
name: Windows Python Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue