diff --git a/.github/workflows/deploy-api-docs.yml b/.github/workflows/deploy-api-docs.yml index fcd95788..9dc4c361 100644 --- a/.github/workflows/deploy-api-docs.yml +++ b/.github/workflows/deploy-api-docs.yml @@ -2,9 +2,9 @@ name: deploy-api-docs on: - # Runs on pushes targeting the default branch push: branches: ["unstable"] + paths: ["docs/**"] # only run if the docs are updated # Allows you to run this workflow manually from the Actions tab workflow_dispatch: