Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
add docs CI skip
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Jul 22, 2016
1 parent 8b8ec56 commit 26b6f5c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion appveyor.yml
Expand Up @@ -14,4 +14,11 @@ deploy:
secure: 43SK7fLJcrno252Wqb6j+jFYeTjaHG8EWXruhHv6kW+bbySa4uBGTPNFjA7lzD0Y secure: 43SK7fLJcrno252Wqb6j+jFYeTjaHG8EWXruhHv6kW+bbySa4uBGTPNFjA7lzD0Y
skip_symbols: true skip_symbols: true
on: on:
branch: dev branch: dev

#---------------------------------#
# Skip builds for doc changes #
#---------------------------------#
skip_commits:
# Regex for matching commit message
message: /docs.*/

0 comments on commit 26b6f5c

Please sign in to comment.