mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-22 16:53:12 +08:00
ci: filtering 'push' workflow to main and release branches (#614)
Signed-off-by: Yoni Bettan <ybettan@redhat.com>
This commit is contained in:
parent
1eb0013352
commit
e0e4c7afe6
4
.github/workflows/push.yaml
vendored
4
.github/workflows/push.yaml
vendored
@ -5,6 +5,10 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- 'pkg/query-service/**'
|
- 'pkg/query-service/**'
|
||||||
- 'frontend/**'
|
- 'frontend/**'
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
tags:
|
||||||
|
- ^v[0-9]+.[0-9]+.[0-9]+$
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user