Join Discord
Powered by
It turns out that this was happening due to the pr...
# learning
o
orhun
11/15/2021, 9:38 PM
It turns out that this was happening due to the protected branch (
main
) enforcing build checks for PRs whereas we skip those checks for certain files (
*.{md,json}
) so it gets stuck:
https://github.com/fishfight/FishFight/pull/236#issuecomment-969247776
Previous
Next