mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 20:04:06 +08:00
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:
@ -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:
|
||||||
|
Reference in New Issue
Block a user