ci: fix docs workflow not running for branches

Seems like if you put `tags:`, then you must also put `branches:` even
if you put `paths:`
This commit is contained in:
ThinkChaos 2024-04-10 13:05:25 -04:00
parent bcd1381e18
commit 90b9677198
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ on:
push:
tags:
- v*
branches:
- '**'
paths:
- .github/workflows/**
- mkdocs.yml