ci(docs): use `push: paths:` to limit job runs

This commit is contained in:
ThinkChaos 2024-04-01 17:19:35 -04:00
parent b5682980f7
commit 1a035c3559
1 changed files with 4 additions and 2 deletions

View File

@ -2,10 +2,12 @@ name: docs
on:
push:
branches:
- "**"
tags:
- v*
paths:
- .github/workflows/**
- mkdocs.yml
- docs/**
concurrency:
group: ${{ github.workflow }}