Skip to content

Commit

Permalink
updated readme by replacing master with main. (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hausenblas <[email protected]>
  • Loading branch information
skandix authored Nov 23, 2020
1 parent f074805 commit 3aac6d6
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 @@ -35,14 +35,14 @@ name: Publish docs via GitHub Pages
on:
push:
branches:
- master
- main

jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
- name: Checkout main
uses: actions/checkout@v1

- name: Deploy docs
Expand Down

0 comments on commit 3aac6d6

Please sign in to comment.