Skip to content

Commit

Permalink
ci: fix docs workflow not running for branches
Browse files Browse the repository at this point in the history
Seems like if you put `tags:`, then you must also put `branches:` even
if you put `paths:`
  • Loading branch information
ThinkChaos committed Apr 10, 2024
1 parent e6f5e6c commit c656b52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
tags:
- v*

branches:
- '**'
paths:
- .github/workflows/**
- mkdocs.yml
Expand Down

0 comments on commit c656b52

Please sign in to comment.