TheLartians / ModernCppStarter

🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
https://thelartians.github.io/ModernCppStarter
The Unlicense
4.33k stars 381 forks source link

Documentation Workflow Not Running on Releases #188

Closed GabTux closed 4 months ago

GabTux commented 4 months ago

Hi,

First, I want to express my thanks for ModernCppStarter! It's a fantastic project.

I need help with the documentation workflow not triggering on releases for my project, PPQSort (https://github.com/GabTux/PPQSort).

While the workflow ran successfully for the initial "v1.0" release, it hasn't triggered for subsequent releases ("v1.0.1" and "v1.0.2").

I'd appreciate any insights into why GitHub did not trigger the documentation workflow.

Thanks in advance for your help!

GabTux commented 4 months ago

I identified the problem. The latest commit message before tag creation is "Update README.md [skip ci]". The created tag will automatically have this commit message, leading to skipping the release workflow.