docs: add note about branch to deploy
This commit is contained in:
parent
caf4dd6aae
commit
f6fcce4dce
1 changed files with 3 additions and 3 deletions
|
|
@ -76,7 +76,7 @@ name: github pages
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- main # Set a branch to deploy
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
@ -211,7 +211,7 @@ name: github pages
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- main # Set a branch to deploy
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
@ -260,7 +260,7 @@ name: github pages
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- main # Set a branch to deploy
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue