We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7f31b2 + f36e1e6 commit 7d219a3Copy full SHA for 7d219a3
collaboration/guide/0_repository_setup.md
@@ -20,6 +20,10 @@ it for collaboration:
20
- _Issues_
21
- _Projects_
22
- _Always suggest updating pull request branches_
23
+- Enable CI Checks
24
+ - Under the _Actions_ tab:
25
+ - Enable workflows to ensure CI checks run on all pushes and pull requests.
26
+ _(Note: If workflows are disabled, CI checks won’t trigger until enabled.)_
27
- Collaboration Settings
28
- Require a code review for PRs to `main`/`master`
29
([owanateamachree](https://owanateamachree.medium.com/how-to-protect-the-master-branch-on-github-ab85e9b6b03),
0 commit comments