Deploy WorkFlow(2)
Collaboration Rules You could set rules for collaboration and preventing safety issues. Usually, you want prevent someone modify main branch arbitrarily and restrict all push behavior after a carefully check on pr. Settings Rules restrict creations restrict update restrict deletions block force pushes Here are some simple block rules you want to set. Pull Request You should create a new branch to circumvent awkward situation for your modification, you can create a new pull request to do this in ease. ...