Fix branch filter for release workflows (#59963)

Ensures the workflow is run on every push to all version branches.

This was thought to be working because it was tested with a manual
dispatch, however, that trigger does not consider filters and was not
an accurate test.

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Jack Baldry
2022-12-09 13:52:06 -04:00
committed by GitHub
parent 3bdffc92cf
commit 6f9ee7acf9

View File

@ -3,7 +3,7 @@ name: "publish-technical-documentation-release"
on: on:
push: push:
branches: branches:
- v[0-9]+.[0-9]+.[0-9]+ - v[0-9]+.[0-9]+.x
tags: tags:
- v[0-9]+.[0-9]+.[0-9]+ - v[0-9]+.[0-9]+.[0-9]+
paths: paths: