From 1fcd576de99dc8f39086f7239bf22962f3b8e7ae Mon Sep 17 00:00:00 2001 From: Bret Comnes <166301+bcomnes@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:41:01 -0700 Subject: [PATCH] Clarify default branch situation in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d1f67a..c40405c 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ Efficiently deploy a website to [Neocities][nc] using [Github actions](https://g ```yaml name: Deploy to neocities -# only run on changes to master +# only run on changes to main. Use main or master depending on whatever your default branch is called. on: push: branches: - - master + - main concurrency: # prevent concurrent deploys doing strange things group: deploy-to-neocities