diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ae81f932..43b40be0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,6 +4,8 @@ on: push: branches: - main # adjust the branch name if needed + tags: + - 'v**' # specify the pattern for release tags permissions: contents: write