From 7efc32947e78936187d0bc48bcb4ad4462164da9 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Thu, 14 Aug 2025 17:33:15 -0400 Subject: [PATCH] update triggers on docs workflow to sync with release workflow, bump to version 0.1.6 --- .github/workflows/docs.yml | 17 ++--------------- crates/hyper-custom-cert/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ca9b5a7..eae3401 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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: diff --git a/crates/hyper-custom-cert/Cargo.toml b/crates/hyper-custom-cert/Cargo.toml index 9cf4a62..d2df244 100644 --- a/crates/hyper-custom-cert/Cargo.toml +++ b/crates/hyper-custom-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-custom-cert" -version = "0.1.5" +version = "0.1.6" edition = "2021" description = "A small, ergonomic HTTP client wrapper around hyper with optional support for custom Root CAs and a dev-only insecure mode for self-signed certificates." license = "MIT OR Apache-2.0"