Skip to content

Commit

Permalink
convert references to nancy branch master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Sep 24, 2020
1 parent 1dd414e commit 1c881f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://github.com/sonatype-nexus-community/nancy/blob/master/docs/images/nancy.png" width="350"/>
<img src="https://github.com/sonatype-nexus-community/nancy/blob/main/docs/images/nancy.png" width="350"/>
</p>

<p align="center">
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run: go list -json -m all > go.list
- name: Nancy
uses: sonatype-nexus-community/nancy-github-action@master
uses: sonatype-nexus-community/nancy-github-action@main
```

## Development
Expand All @@ -67,9 +67,9 @@ name: Go
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
Expand Down

0 comments on commit 1c881f3

Please sign in to comment.