Skip to content

Commit fc11a17

Browse files
committed
check
1 parent fc52e94 commit fc11a17

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build-docs.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ on:
55
# Runs on pushes targeting the default branch
66
push:
77
branches:
8-
- "dev"
9-
- "feat/docs_ci"
8+
- dev
9+
- feat/docs_ci
10+
pull_request:
11+
branches:
12+
- dev
13+
- feat/docs_ci
1014

1115
# Allows you to run this workflow manually from the Actions tab
1216
workflow_dispatch:

0 commit comments

Comments
 (0)