mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-22 15:33:13 +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:
|
||||
- 'pkg/query-service/**'
|
||||
- 'frontend/**'
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- ^v[0-9]+.[0-9]+.[0-9]+$
|
||||
|
||||
jobs:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user