Clarify default branch situation in README

This commit is contained in:
Bret Comnes 2024-04-04 11:41:01 -07:00 committed by GitHub
parent f4b0c050cf
commit 1fcd576de9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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