Skip to content

Commit

Permalink
Clarify default branch situation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Apr 4, 2024
1 parent f4b0c05 commit 1fcd576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fcd576

Please sign in to comment.