Skip to content

Commit

Permalink
appveyor: only build for files that requires it
Browse files Browse the repository at this point in the history
  • Loading branch information
KinoxKlark committed Apr 20, 2023
1 parent b1862c9 commit ecc0b05
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,16 @@ artifacts:
matrix:
fast_finish: true

only_commits:
files:
- setup.py
- setup.cfg
- pyproject.toml
- conftest.py
- .appveyor.yml
- tests/*
- imgui-cpp/*
- imgui/*
- config-cpp/*
- ci/*
- ansifeed-cpp/*

0 comments on commit ecc0b05

Please sign in to comment.