Run CI on tags too

Needed for docs builds of post tags.
This commit is contained in:
Hynek Schlawack 2022-02-02 08:59:16 +01:00
parent 95bed4ee15
commit f87de022c7
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ name: CI
on:
push:
branches: ["main"]
tags: ["*"]
pull_request:
branches: ["main"]
workflow_dispatch: