Skip to content

Commit 8d15ff7

Browse files
authored
update: make main the release branch and restrict access to push directly to it
1 parent 58a05cc commit 8d15ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- release
7+
- main
88

99
permissions: write-all
1010

@@ -40,4 +40,4 @@ jobs:
4040
- package
4141
steps:
4242
- name: Publish web app
43-
uses: actions/deploy-pages@v4
43+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)