Allow for .github to be deployed #1075
dmadisetti
started this conversation in
Ideas
Replies: 2 comments 4 replies
|
Facing the same problem. Turning off |
0 replies
What are you running checks on? Is there a reason you couldn't just target the generated branch using Deploying |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently
.githubis explicitly not deployed. This makes sense as you can potentially end up with a recursive deployment. But if I want to run checks on my generated branch, then I need .github to be committed. Recursive situations can be guarded against by explicitondefinitionsAll reactions