Skip to content

Commit f0506bb

Browse files
committed
limit appveyor builds to relevant files
1 parent a397a0e commit f0506bb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
build: false
44
version: 0.1.{build}
5+
only_commits:
6+
files:
7+
- bin/
8+
- functions/
9+
- internal/
10+
- src/
11+
- tests/
12+
- appveyor.yml
13+
- dbops.ps*
14+
- build.cake
515

616
#images
717

0 commit comments

Comments
 (0)