You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this issue: #1354 we are not allowing to code sign artifacts during a pull-request build. While I understand the security issue, I still think that would be useful to have an option like build_for_pull_requests (boolean).
In our current workflow, we build/codesign apps to make real tests during the development of big features. We can easily perform QA tests with that option.
Right now, I have a workaround to make this work, but it's hacky:
Setting all these 3 vars TRAVIS_PULL_REQUESTCI_PULL_REQUESTCI_PULL_REQUESTS to false on the CI would make the build run for pull requests.