Default branch vs Branches to build
In one of my projects (https://ci.appveyor.com/project/tugberkugurlu/kloggy), I had the default branch as master. Also, Branches to build has the following branches:
- master
- dev
When I pushed a commit to dev, it didn't pick that up and start building. Is this the expected behavior?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 14 Oct, 2014 06:42 PM
Do you want to skip building of
dev
branch?2 Posted by tugberk on 14 Oct, 2014 06:56 PM
No, I want to build master and dev branches. My default branch is now set to dev and the list is the same:
- master
- dev
However, when I push a commit to dev, it's not picking it up. Can u have a look if possible? project: https://ci.appveyor.com/project/tugberkugurlu/kloggy
Thanks for the help!
3 Posted by tugberk on 14 Oct, 2014 06:58 PM
Let me correct myself: I want to build master and dev branches + pull requests :)
Support Staff 4 Posted by Feodor Fitsner on 14 Oct, 2014 07:05 PM
You mean kicking off two builds (
dev
andmaster
) simultaneously on a single commit?5 Posted by tugberk on 14 Oct, 2014 07:35 PM
Nope. When I push a commit to dev branch, I want to kick of a build for the dev branch only. When there are new commits to master, I want to kick of a build only for master.
Support Staff 6 Posted by Feodor Fitsner on 14 Oct, 2014 07:41 PM
I see. This is how it currently should work.
However, in
appveyor.yml
underdev
branch there is onlymaster
specified: https://github.com/tugberkugurlu/KLoggy/blob/dev/appveyor.yml which effectively means pushing todev
branch won't start a new build.7 Posted by tugberk on 14 Oct, 2014 07:47 PM
Oh my! forgot about appveyor.yml :s will change it accordingly and see how it's functioning now.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:49 AM.