Skip to content

Commit

Permalink
Merge pull request #65 from JLHasson/patch-1
Browse files Browse the repository at this point in the history
Use 'main' instead of 'master' for examples
  • Loading branch information
creyD committed Nov 30, 2021
2 parents 8efb5a8 + 762be84 commit aecd857
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -34,7 +34,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 @@ -43,7 +43,7 @@ on:
pull_request:
push:
branches:
- master
- main

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

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

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

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

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

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

jobs:
prettier:
Expand Down

0 comments on commit aecd857

Please sign in to comment.