Skip to content

Commit

Permalink
ci: enable deploying v15 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrivingduck committed Sep 10, 2024
1 parent f3737b0 commit 86c631c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: docs build

on:
# push:
# branches: [ POLARDB_15_STABLE ]
# paths:
# - '.github/workflows/docs*'
# - 'polar-doc/**'
push:
branches: [ POLARDB_15_STABLE ]
paths:
- '.github/workflows/docs*'
- 'polar-doc/**'
pull_request:
branches: [ POLARDB_15_STABLE ]
paths:
Expand Down

0 comments on commit 86c631c

Please sign in to comment.