Skip to content

Commit 670507c

Browse files
Change deploy branch
1 parent a048512 commit 670507c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-gh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Github Pages
33
on:
44
push:
55
branches:
6-
- 'stac-manager'
6+
- 'main'
77

88
env:
99
PUBLIC_URL: ${{ vars.PUBLIC_URL }}
@@ -74,4 +74,4 @@ jobs:
7474
branch: gh-pages
7575
clean: true
7676
single-commit: true
77-
folder: packages/client/dist
77+
folder: packages/client/dist

0 commit comments

Comments
 (0)