Skip to content

Commit e136a93

Browse files
author
Rumen Petrov
committed
Update target branch name in CI script
1 parent ef66914 commit e136a93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-github-pages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy to GitHub Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["master"]
7+
branches: ["main"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Web is the main supported platform but the system allows easier extension with m
2323
* [x] Define initial components
2424
* [x] Add some guides
2525
* [ ] Setup npm package and document how it should be used
26-
* [ ] Auto deployment script
26+
* [x] Auto deployment script
2727
* [ ] Add component proposal template
2828
* [ ] Develop at least one component form the MVP list
2929

0 commit comments

Comments
 (0)