Hello,
I know that Pull Requests do not create the cache, and when a pull request is created, it has to restore cache from another branch.
However, I’m having a problem that Drone always tries to restore cache from the master branch, even when the Pull Request is created for the develop branch. I have read the document about caching at http://readme.drone.io/usage/caching/ but I found no solution for the problem.
Are there any special configurations or any things that I have to do to make the cache work for Pull Requests which are created for other branches besides the master branch.
I’m using Drone 4.2 from the official Drone Docker Image in Docker Hub.