Skip to content

Commit 4fd213f

Browse files
committed
(maint) Added regex to stop builds for docs
1 parent 7380c22 commit 4fd213f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,10 @@ notifications:
6767
on_build_success: true
6868
on_build_failure: true
6969
on_build_status_changed: true
70+
71+
#---------------------------------#
72+
# Skip builds for doc changes #
73+
#---------------------------------#
74+
skip_commits:
75+
# Regex for matching commit message
76+
message: /(doc).*/

0 commit comments

Comments
 (0)