mirror of
https://github.com/grafana/grafana.git
synced 2025-09-25 16:23:50 +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:
|
||||
push:
|
||||
branches:
|
||||
- v[0-9]+.[0-9]+.[0-9]+
|
||||
- v[0-9]+.[0-9]+.x
|
||||
tags:
|
||||
- v[0-9]+.[0-9]+.[0-9]+
|
||||
paths:
|
||||
|
Reference in New Issue
Block a user