Skip to content

Commit 8925710

Browse files
committed
fix: update branch configuration in docs workflow
1 parent 8c7dfad commit 8925710

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: docs
22
on:
33
push:
4-
branches:
5-
- master
6-
- main
4+
branches: [ "main" ]
5+
pull_request:
6+
branches: [ "main" ]
7+
workflow_dispatch:
78
permissions:
89
contents: write
910
jobs:

0 commit comments

Comments
 (0)