diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d7084ae..d0f82e4 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -5,6 +5,8 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] + tags: + - "v*" paths: - 'docs/**' # Only trigger on changes in the docs directory # Runs on issue events