Skip to content

Commit 483bfa8

Browse files
Merge pull request #1288 from blocknative/chore/update-branch-name
Update branch name for deploy trigger
2 parents 36307f0 + c7ea39a commit 483bfa8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ name: Deploy documentation to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["docs-develop"]
7+
8+
branches: ["docs-main"]
9+
10+
11+
812

913
# Allows you to run this workflow manually from the Actions tab
1014
workflow_dispatch:

0 commit comments

Comments
 (0)