From 1f18c7a3bab746a1758b004a9ff374333276e7b5 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Tue, 26 Jul 2022 11:09:31 -0700 Subject: [PATCH] Document default too --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6521143..55f57b5 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ There are a few important considerations to be aware of: 4. If your Pages site is using a source branch, the deployment must originate from this source branch unless [your environment is protected][environment-protection] in which case the environment protection rules take precedence over the source branch rule +5. If your Pages site is using GitHub Actions as the source, while not required we highly recommend you also [protect your environment][environment-protection] (we do it by default for you) + ## License The scripts and documentation in this project are released under the [MIT License](LICENSE).