Skip to content

Commit dc08a7a

Browse files
committed
revert: always build docs on master
1 parent b00c369 commit dc08a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build and Publish Docs
22

33
on:
44
workflow_dispatch:
5-
# push:
6-
# branches: [ master ]
5+
push:
6+
branches: [ master ]
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)