diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e61e764..9759cf1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,10 @@ on: # branches: # - main tags: - - "v*.*.*" + # NOTE: The tag name must conform to CMake's `project` command spec: + # See: https://cmake.org/cmake/help/latest/command/project.html#options + + - "[0-9]+.[0-9]+.[0-9]+" workflow_dispatch: # allows manual execution of the workflow