Browse Source

Skip building on tags for the ix/rx specific configs as a different config covers those already

Oren Novotny 9 years ago
parent
commit
4b708e7bcb
2 changed files with 4 additions and 0 deletions
  1. 2 0
      appveyor.ix.yml
  2. 2 0
      appveyor.rx.yml

+ 2 - 0
appveyor.ix.yml

@@ -8,6 +8,8 @@ environment:
 
 skip_branch_with_pr: true
 
+skip_tags: true
+
 skip_commits:
   files:
     - '**/*.md'

+ 2 - 0
appveyor.rx.yml

@@ -13,6 +13,8 @@ only_commits:
     - Rx.NET/**/*
     - '*'
 
+skip_tags: true
+
 skip_commits:
   files:
     - '**/*.md'