Actually trigger on tag push

This commit is contained in:
object-Object 2023-10-18 20:21:27 -04:00
parent 652b2488ac
commit 5c152a4c30
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ on:
branches:
- main
- docgen-2-1.20 # TODO: remove
tags: "*"
workflow_dispatch:
inputs:
branch:

View file

@ -5,6 +5,7 @@ on:
push:
branches:
- {% endraw %}{{ cookiecutter.main_branch }}{% raw %}
tags: "*"
workflow_dispatch:
inputs:
branch: