ci: filtering 'push' workflow to main and release branches (#614)

Signed-off-by: Yoni Bettan <ybettan@redhat.com>
This commit is contained in:
Yoni Bettan 2022-01-17 11:47:31 +02:00 committed by GitHub
parent 1eb0013352
commit e0e4c7afe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,10 @@ on:
paths:
- 'pkg/query-service/**'
- 'frontend/**'
branches:
- main
tags:
- ^v[0-9]+.[0-9]+.[0-9]+$
jobs: