From 5c70f5a4a7842b0c68b9d6a15577187c8da2de04 Mon Sep 17 00:00:00 2001 From: vladislav doster <10052309+vladdoster@users.noreply.github.com> Date: Thu, 5 May 2022 14:37:52 -0400 Subject: [PATCH] maint: improve scope of docs workflow triggers (#249) --- .github/workflows/documentation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 229fd940a..5ac7555f1 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -4,17 +4,17 @@ on: pull_request: branches: - main + paths: + - 'zinit*.zsh' push: branches: - main workflow_dispatch: jobs: - zshelldoc: runs-on: ubuntu-latest steps: - - name: check out repository uses: actions/checkout@v3