Skip to content

Commit

Permalink
Merge pull request #5303 from morozov/appveyor-filter-files
Browse files Browse the repository at this point in the history
Run workflow on AppVeyor only if certain files changed
  • Loading branch information
morozov committed Feb 28, 2022
2 parents 04fc772 + a14cd2d commit 9bd2528
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ platform:
clone_folder: C:\projects\dbal
clone_depth: 2

only_commits:
files:
- .appveyor.yml
- ci\appveyor\
- composer.*
- lib\
- tests\

cache:
- C:\ProgramData\chocolatey\bin -> .appveyor.yml
- C:\ProgramData\chocolatey\lib -> .appveyor.yml
Expand Down

0 comments on commit 9bd2528

Please sign in to comment.