Skip to content

Commit

Permalink
use 'main' instead of 'master' for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHasson committed Sep 21, 2021
1 parent 0b655e2 commit 762be84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A GitHub action for styling files with [prettier](https://prettier.io).
### Example Config

#### Example 1 (run on push in master)
#### Example 1 (run on push in main)
```yaml
name: Continuous Integration

Expand All @@ -41,7 +41,7 @@ on:
pull_request:
push:
branches:
- master
- main

jobs:
prettier:
Expand All @@ -67,7 +67,7 @@ name: Continuous Integration

on:
pull_request:
branches: [master]
branches: [main]

jobs:
prettier:
Expand Down Expand Up @@ -96,7 +96,7 @@ name: Continuous Integration

on:
pull_request:
branches: [master]
branches: [main]

jobs:
prettier:
Expand Down Expand Up @@ -126,7 +126,7 @@ name: Continuous Integration

on:
pull_request:
branches: [master]
branches: [main]

jobs:
prettier:
Expand Down

0 comments on commit 762be84

Please sign in to comment.