We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f95fbc commit ce86bacCopy full SHA for ce86bac
appveyor.yml
@@ -2,6 +2,7 @@ version: '$(core_version).{build}'
2
os: WMF 5
3
configuration: Release
4
clone_depth: 10
5
+skip_tags: true
6
7
environment:
8
core_version: '0.7.0'
@@ -10,6 +11,7 @@ environment:
10
11
branches:
12
only:
13
- master
14
+ - develop
15
16
# NOTE: If you need to debug a problem with the AppVeyor build, uncomment the
17
# following two lines and push them to your PR branch. Once the next
0 commit comments