From 734fc110b115cbc849c5387822186037f795b7c0 Mon Sep 17 00:00:00 2001 From: Scientific Programmer <184101774+Lua-Matlab-Python-R-J2EE@users.noreply.github.com> Date: Thu, 3 Jul 2025 22:26:20 +0100 Subject: [PATCH] Update README.md added a comment for branch protection page to trigger builds and test jobs for main branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9f4419..e2ca3d6 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Protected branches ensure that collaborators on your repository cannot make irre 1. Check **Require a pull request before merging**. 1. Uncheck **Require approvals**. 1. Check **Require status checks to pass before merging**. -1. Check all build and test jobs that you'd like to see in the newly visible gray box. +1. Check all build and test jobs that you'd like to see in the newly visible gray box. #making a change here for this line to trigger in the main branch protection page 1. Click **Create**. 1. _Once you turn on branch protection, Actions can no longer push directly to the `main` branch. Wait about 20 seconds and then go to the `ci` branch. [GitHub Actions](https://docs.github.com/actions) will automatically update to the next step on the `ci` branch. You'll need to follow instructions on this branch._