update triggers on docs workflow to sync with release workflow, bump to version 0.1.6

This commit is contained in:
geoffsee
2025-08-14 17:33:15 -04:00
parent 9a47802737
commit 7efc32947e
2 changed files with 3 additions and 16 deletions

View File

@@ -2,21 +2,8 @@ name: Documentation
on:
push:
branches: [main]
paths:
- 'crates/hyper-custom-cert/src/**'
- 'crates/hyper-custom-cert/README.md'
- 'README.md'
- 'crates/hyper-custom-cert/Cargo.toml'
- '.github/workflows/docs.yml'
pull_request:
branches: [main]
paths:
- 'crates/hyper-custom-cert/src/**'
- 'crates/hyper-custom-cert/README.md'
- 'README.md'
- 'crates/hyper-custom-cert/Cargo.toml'
- '.github/workflows/docs.yml'
tags:
- 'v*'
jobs:
docs: