appveyor: fix branch config
[ci skip]
This commit is contained in:
parent
c260825629
commit
f67455c2b7
@ -58,24 +58,29 @@ build_script:
|
|||||||
artifacts:
|
artifacts:
|
||||||
- path: hledger.zip
|
- path: hledger.zip
|
||||||
|
|
||||||
# overriding common configuration:
|
|
||||||
for:
|
|
||||||
|
|
||||||
# settings specific to master branch
|
|
||||||
# master is set as default branch in UI, and built nightly by cron
|
|
||||||
-
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master # master is set as default branch in UI, and built nightly by cron
|
||||||
|
- /^[0-9.]+$/ # release branches will be build on each push (would prefer on tag)
|
||||||
|
|
||||||
# settings specific to release branches
|
## overriding common configuration:
|
||||||
# release branches are built on tag push
|
#for:
|
||||||
-
|
#
|
||||||
branches:
|
## settings specific to master branch
|
||||||
only:
|
## master is set as default branch in UI, and built nightly by cron
|
||||||
- /^[0-9.]+$/
|
#-
|
||||||
on:
|
# branches:
|
||||||
appveyor_repo_tag: true
|
# only:
|
||||||
|
# - master
|
||||||
|
#
|
||||||
|
## settings specific to release branches
|
||||||
|
## release branches are built on tag push
|
||||||
|
#-
|
||||||
|
# branches:
|
||||||
|
# only:
|
||||||
|
# - /^[0-9.]+$/
|
||||||
|
# on: # https://ci.appveyor.com/tools/validate-yaml: Invalid setting or section: on
|
||||||
|
# appveyor_repo_tag: true
|
||||||
|
|
||||||
|
|
||||||
# deployment stuff
|
# deployment stuff
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user