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 8146f3d0da
commit f6c2d67454
No known key found for this signature in database
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