Disable deploy when building pull requests
I'd like to build but not deploy build artifacts for pull request. Is it possible to check if a build is done on a branch or for a pull request?
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 16 Jun, 2014 01:50 PM
Hi Dennis,
But deployment is disabled on master branch by default when doing PR into it. Or this is not what you're looking for?
- Feodor
2 Posted by Dennis Luxen on 16 Jun, 2014 03:11 PM
Thanks, managed to get this done by checking an environment variable:
https://github.com/DennisOSRM/Project-OSRM/blob/develop/appveyor.ym...
Support Staff 3 Posted by Feodor Fitsner on 16 Jun, 2014 03:28 PM
Oh, nice solution!
- Feodor
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:45 AM.