# If Go to the repo and press the actions button <img width="691" alt="image" src="https://user-images.githubusercontent.com/1258634/193486895-98ae35a0-4600-41aa-bcab-c7aeab29fab2.png"> # Press "New Workflow" <img width="691" alt="image" src="https://user-images.githubusercontent.com/1258634/193486976-3772de73-0475-448b-837e-68cf2c7bcce1.png"> # If you do not have any workflows, the UI will look like so  # Press configure on each workflow you want to install <img width="1148" alt="image" src="https://user-images.githubusercontent.com/1258634/193487011-75d47c00-ded3-464e-a8b4-a6fd6f1ec42f.png"> # Final Steps * Commit the file you want to a branch or to develop. * It won't take full effect until it goes into the `main/master` branch * You will not be able to create branch protections until the actions are pushed to the develop branch and the `main/master` branch. # Branch Protections * Ask the maintainer of the repo to enable branch protections or do it if you have permissions * They are identical for "main" and "develop" but a require you to specify the exact name of the github action. See below <img width="1319" alt="image" src="https://user-images.githubusercontent.com/1258634/193487595-44453bec-1a98-435b-8f22-aeac99179131.png"> # Notice for Develop Branch Protections Action Name <img width="691" alt="image" src="https://user-images.githubusercontent.com/1258634/193487688-0f292c90-04b8-440a-9e8f-6323a3db7c06.png">
If Go to the repo and press the actions button
Press "New Workflow"
If you do not have any workflows, the UI will look like so
Press configure on each workflow you want to install
Final Steps
main/masterbranchmain/masterbranch.Branch Protections
Notice for Develop Branch Protections Action Name