Skip to content

Commit 4b40344

Browse files
committedJun 28, 2024··
docs should only be published from main
1 parent 36501bf commit 4b40344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/docs.yml

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.