Skip to content

Commit

Permalink
docs: add note about branch to deploy (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Aug 25, 2020
1 parent caf4dd6 commit 71168fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ name: github pages
on:
push:
branches:
- main
- main # Set a branch to deploy

jobs:
deploy:
Expand Down Expand Up @@ -211,7 +211,7 @@ name: github pages
on:
push:
branches:
- main
- main # Set a branch to deploy

jobs:
deploy:
Expand Down Expand Up @@ -260,7 +260,7 @@ name: github pages
on:
push:
branches:
- main
- main # Set a branch to deploy

jobs:
deploy:
Expand Down

0 comments on commit 71168fa

Please sign in to comment.