diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index c78e81d..c9bad64 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -5,7 +5,11 @@ name: build-docs # events but only for the main branch on: push: - branches: [ main ] + paths: + - 'docs/**' + create: + tags: + - '*' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: docs: