Update .appveyor.yml
This commit is contained in:
parent
2bc0dead2a
commit
46ed118703
|
@ -1,29 +1,26 @@
|
||||||
version: 1.0.{build}-{branch}
|
version: 1.0.{build}-{branch}
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except: [gh-pages, master, canary_base]
|
||||||
- gh-pages
|
|
||||||
- master
|
|
||||||
- canary_base
|
|
||||||
|
|
||||||
skip_tags: true
|
skip_tags: true
|
||||||
|
|
||||||
skip_commits:
|
skip_commits:
|
||||||
files:
|
files:
|
||||||
- .drone.star
|
- '*.md'
|
||||||
- .azure-pipelines.yml
|
- '.azure-pipelines.yml'
|
||||||
- .github/**
|
- '.drone.star'
|
||||||
- android/**
|
- '.github/**'
|
||||||
- docs/**
|
- 'android/**'
|
||||||
- src/**/*_posix.*
|
- 'docs/**'
|
||||||
- src/**/*_linux.*
|
- 'src/**/*_posix.*'
|
||||||
- src/**/*_gnulinux.*
|
- 'src/**/*_linux.*'
|
||||||
- src/**/*_x11.*
|
- 'src/**/*_gnulinux.*'
|
||||||
- src/**/*_gtk.*
|
- 'src/**/*_x11.*'
|
||||||
- src/**/*_android.*
|
- 'src/**/*_gtk.*'
|
||||||
- src/**/*_mac.*
|
- 'src/**/*_android.*'
|
||||||
- LICENSE
|
- 'src/**/*_mac.*'
|
||||||
- README.md
|
- 'LICENSE'
|
||||||
|
|
||||||
skip_branch_with_pr: true
|
skip_branch_with_pr: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue