Update .appveyor.yml

This commit is contained in:
Margen67 2022-02-03 03:47:00 -08:00 committed by Gliniak
parent 2bc0dead2a
commit 46ed118703
1 changed files with 15 additions and 18 deletions

View File

@ -1,29 +1,26 @@
version: 1.0.{build}-{branch}
branches:
except:
- gh-pages
- master
- canary_base
except: [gh-pages, master, canary_base]
skip_tags: true
skip_commits:
files:
- .drone.star
- .azure-pipelines.yml
- .github/**
- android/**
- docs/**
- src/**/*_posix.*
- src/**/*_linux.*
- src/**/*_gnulinux.*
- src/**/*_x11.*
- src/**/*_gtk.*
- src/**/*_android.*
- src/**/*_mac.*
- LICENSE
- README.md
- '*.md'
- '.azure-pipelines.yml'
- '.drone.star'
- '.github/**'
- 'android/**'
- 'docs/**'
- 'src/**/*_posix.*'
- 'src/**/*_linux.*'
- 'src/**/*_gnulinux.*'
- 'src/**/*_x11.*'
- 'src/**/*_gtk.*'
- 'src/**/*_android.*'
- 'src/**/*_mac.*'
- 'LICENSE'
skip_branch_with_pr: true