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
Basically I have docs for different versions of the framework in branches that can be updated, however when I push to a branch other than master, I get the following:
2017/07/19 02:00:45 github webhook ignored. Error: found different branch 0.7
2017/07/19 02:02:13 github webhook ignored. Error: found different branch 0.6
I'm guessing the plugin is hitting the first match and then abandoning?
The text was updated successfully, but these errors were encountered:
I have the same issue. I have two branches: master & develop. And I have two sites on the same server (production (master) & develop. And when I push to develop repo I expect that hooked block of code with develop branch. But in Caddy I receive this error:
2018/07/31 00:07:35 gitlab webhook ignored. Error: found different branch develop
I'm guessing this is a fairly unique request, but I need the ability to support multiple hooks on the same repo -- the difference is the branch.
You can see the full Caddyfile here, but here’s the relevant bits:
Basically I have docs for different versions of the framework in branches that can be updated, however when I push to a branch other than master, I get the following:
I'm guessing the plugin is hitting the first match and then abandoning?
The text was updated successfully, but these errors were encountered: