Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotoffia authored Oct 1, 2021
1 parent b054969 commit f25664c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ image: Visual Studio 2019
configuration: Release

# Only build when [release] is in the commit title
only_commits:
message: /\[release\]/
#only_commits:
# message: /\[release\]/

# skip_commits:
# files:
# - Examples/**/*
# - '**/*.md'
skip_commits:
files:
- Examples/**/*
- '**/*.md'

dotnet_csproj:
patch: true
Expand Down

0 comments on commit f25664c

Please sign in to comment.