Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 2f2f400

Browse files
committed
Docs: Changed when GHA previews the docs
1 parent 488b180 commit 2f2f400

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/preview-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Read the Docs PR preview
33
# to the documentation's preview on Read the Docs.
44

55
on:
6-
pull_request_target:
7-
types:
8-
- opened
6+
pull_request:
7+
branches:
8+
- main
99
paths:
1010
- 'docs/**'
1111
- '.github/workflows/preview-docs.yml'

flask_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Increment versions here according to SemVer
2-
__version__ = "0.2.1"
2+
__version__ = "0.2.2"
33

44
from flask_utils.errors import ConflictError
55
from flask_utils.errors import ForbiddenError

0 commit comments

Comments
 (0)