Skip to content

Commit 151227b

Browse files
committed
ci: restore branch filters in the doc build workflow
1 parent 98a6990 commit 151227b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_documentation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Build documentation
22

33
on:
44
push:
5-
# branches:
6-
# - main
7-
# - doc-builder*
8-
# - v*-release
9-
# - v*-patch
5+
branches:
6+
- main
7+
- doc-builder*
8+
- v*-release
9+
- v*-patch
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)