Skip to content

Commit cfad0fa

Browse files
committed
fix: trigger docs build on release tag push to main
1 parent 04df05e commit cfad0fa

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
tags:
8+
- 'v*'
79
pull_request:
810

911
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- "*"
6+
- "v*"
77

88
jobs:
99
release:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ docs = [
6565
Issues = "https://github.com/stac-utils/stactask/issues"
6666
Github = "https://github.com/stac-utils/stac-task"
6767
Changelog = "https://github.com/stac-utils/stac-task/blob/main/CHANGELOG.md"
68+
Documentation = "https://stac-task.readthedocs.io/en/stable/"
6869

6970
[tool.mypy]
7071
strict = true

0 commit comments

Comments
 (0)